#562C77

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

Shades of Kingfisher Daisy #562C77

Tints of Kingfisher Daisy #562C77

Color information

#562C77 (or 0x562C77) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2C and 77. RGB value is (86,44,119). Sum of RGB (Red+Green+Blue) = 86+44+119=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #562C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C77 is #A9D388. Grayscale: #404040. Windows color (decimal): -11129737 or 7810134. OLE color: 7810134.

HSL color Cylindrical-coordinate representation of color #562C77: hue angle of 273.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562C77 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8644119-
CMYK0.280.6300.53
HSL273.6º46.01%31.96%-
HSV(B)273.6º63.03%46.67%-
XYZ8.075.1118.01-
YUV65.11158.41142.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=34.54%
G=17.67%
B=47.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86441190.280.6300.53273.646.0131.96
Hex562C771C3F0351122e20
Octal1265416734770654225640
Binary10101101011001110111111001111110110101100010010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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