#52317E

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

Shades of Kingfisher Daisy #52317E

Tints of Kingfisher Daisy #52317E

Color information

#52317E (or 0x52317E) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 31 and 7E. RGB value is (82,49,126). Sum of RGB (Red+Green+Blue) = 82+49+126=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #52317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52317E is #ADCE81. Grayscale: #434343. Windows color (decimal): -11390594 or 8270162. OLE color: 8270162.

HSL color Cylindrical-coordinate representation of color #52317E: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52317E is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8249126-
CMYK0.350.6100.51
HSL265.71º44%34.31%-
HSV(B)265.71º61.11%49.41%-
XYZ8.345.520.36-
YUV67.64160.93138.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 126 (49.61% from 255) = 49.03%
R=31.91%
G=19.07%
B=49.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82491260.350.6100.51265.714434.31
Hex52317E233D03310a2c22
Octal1226117643750634125442
Binary101001011000111111101000111111010110011100001010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52317E; }

 p { color: rgb(82,49,126); }

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

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

 a { background-color: rgb(82,49,126); }

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

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

 span { border-color: rgb(82,49,126); }

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