#562C87

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

Shades of Kingfisher Daisy #562C87

Tints of Kingfisher Daisy #562C87

Color information

#562C87 (or 0x562C87) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2C and 87. RGB value is (86,44,135). Sum of RGB (Red+Green+Blue) = 86+44+135=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #562C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562C87 is #A9D378. Grayscale: #424242. Windows color (decimal): -11129721 or 8858710. OLE color: 8858710.

HSL color Cylindrical-coordinate representation of color #562C87: hue angle of 267.69º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562C87 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8644135-
CMYK0.360.6700.47
HSL267.69º50.84%35.1%-
HSV(B)267.69º67.41%52.94%-
XYZ9.115.5323.51-
YUV66.93166.41141.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=32.45%
G=16.60%
B=50.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86441350.360.6700.47267.6950.8435.1
Hex562C87244302F10c3323
Octal12654207441030574146343
Binary10101101011001000011110010010000110101111100001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,44,135); }

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

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

 a { background-color: rgb(86,44,135); }

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

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

 span { border-color: rgb(86,44,135); }

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