#562A89

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

Shades of Kingfisher Daisy #562A89

Tints of Kingfisher Daisy #562A89

Color information

#562A89 (or 0x562A89) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2A and 89. RGB value is (86,42,137). Sum of RGB (Red+Green+Blue) = 86+42+137=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #562A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A89 is #A9D576. Grayscale: #414141. Windows color (decimal): -11130231 or 8989270. OLE color: 8989270.

HSL color Cylindrical-coordinate representation of color #562A89: hue angle of 267.79º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562A89 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8642137-
CMYK0.370.6900.46
HSL267.79º53.07%35.1%-
HSV(B)267.79º69.34%53.73%-
XYZ9.185.4424.23-
YUV65.99168.08142.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=32.45%
G=15.85%
B=51.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86421370.370.6900.46267.7953.0735.1
Hex562A89254502E10c3523
Octal12652211451050564146543
Binary10101101010101000100110010110001010101110100001100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562A89; }

 p { color: rgb(86,42,137); }

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

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

 a { background-color: rgb(86,42,137); }

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

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

 span { border-color: rgb(86,42,137); }

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