#562D76

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

Shades of Kingfisher Daisy #562D76

Tints of Kingfisher Daisy #562D76

Color information

#562D76 (or 0x562D76) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2D and 76. RGB value is (86,45,118). Sum of RGB (Red+Green+Blue) = 86+45+118=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #562D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D76 is #A9D289. Grayscale: #414141. Windows color (decimal): -11129482 or 7744854. OLE color: 7744854.

HSL color Cylindrical-coordinate representation of color #562D76: hue angle of 273.7º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562D76 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8645118-
CMYK0.270.6200.54
HSL273.7º44.79%31.96%-
HSV(B)273.7º61.86%46.27%-
XYZ8.055.1617.71-
YUV65.58157.58142.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=34.54%
G=18.07%
B=47.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86451180.270.6200.54273.744.7931.96
Hex562D761B3E0361122d20
Octal1265516633760664225540
Binary10101101011011110110110111111100110110100010010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,45,118); }

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

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

 a { background-color: rgb(86,45,118); }

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

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

 span { border-color: rgb(86,45,118); }

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