#512893

Color #512893 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #512893

Tints of Daisy Bush #512893

Color information

#512893 (or 0x512893) is unknown color: approx Daisy Bush. HEX triplet: 51, 28 and 93. RGB value is (81,40,147). Sum of RGB (Red+Green+Blue) = 81+40+147=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #512893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512893 is #AED76C. Grayscale: #404040. Windows color (decimal): -11458413 or 9644113. OLE color: 9644113.

HSL color Cylindrical-coordinate representation of color #512893: hue angle of 262.99º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512893 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8140147-
CMYK0.450.7300.42
HSL262.99º57.22%36.67%-
HSV(B)262.99º72.79%57.65%-
XYZ9.425.3728.14-
YUV64.46174.58139.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 147 (57.81% from 255) = 54.85%
R=30.22%
G=14.93%
B=54.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81401470.450.7300.42262.9957.2236.67
Hex5128932D4902A1073925
Octal12150223551110524077145
Binary10100011010001001001110110110010010101010100000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512893; }

 p { color: rgb(81,40,147); }

 H1.HeaderClassName
 {
   color: #512893;
 }
 .AnyTagClassName
 {
   color: #512893;
 }
</style>
background-color css

<style>
 a { background-color: #512893; }

 a { background-color: rgb(81,40,147); }

 div.DivClassName
 {
   background-color: #512893;
 }
 .BgClassName
 {
   background-color: #512893;
 }
</style>
border-color css

<style>
 span { border-color: #512893; }

 span { border-color: rgb(81,40,147); }

 td.TdClassName
 {
   border-color: #512893;
 }
 .TagClassName
 {
   border-color: #512893;
 }
</style>