#562F80

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

Shades of Kingfisher Daisy #562F80

Tints of Kingfisher Daisy #562F80

Color information

#562F80 (or 0x562F80) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 2F and 80. RGB value is (86,47,128). Sum of RGB (Red+Green+Blue) = 86+47+128=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #562F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562F80 is #A9D07F. Grayscale: #434343. Windows color (decimal): -11128960 or 8400726. OLE color: 8400726.

HSL color Cylindrical-coordinate representation of color #562F80: hue angle of 268.89º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562F80 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8647128-
CMYK0.330.6300.50
HSL268.89º46.29%34.31%-
HSV(B)268.89º63.28%50.2%-
XYZ8.755.5721.04-
YUV67.9161.92140.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=32.95%
G=18.01%
B=49.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86471280.330.6300.50268.8946.2934.31
Hex562F80213F03210d2e22
Octal1265720041770624155642
Binary1010110101111100000001000011111110110010100001101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,128); }

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

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

 a { background-color: rgb(86,47,128); }

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

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

 span { border-color: rgb(86,47,128); }

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