#562882

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

Shades of Kingfisher Daisy #562882

Tints of Kingfisher Daisy #562882

Color information

#562882 (or 0x562882) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 28 and 82. RGB value is (86,40,130). Sum of RGB (Red+Green+Blue) = 86+40+130=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #562882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562882 is #A9D77D. Grayscale: #3F3F3F. Windows color (decimal): -11130750 or 8530006. OLE color: 8530006.

HSL color Cylindrical-coordinate representation of color #562882: hue angle of 270.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562882 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8640130-
CMYK0.340.6900.49
HSL270.67º52.94%33.33%-
HSV(B)270.67º69.23%50.98%-
XYZ8.635.1121.65-
YUV64.01165.24143.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=33.59%
G=15.62%
B=50.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86401300.340.6900.49270.6752.9433.33
Hex562882224503110f3521
Octal12650202421050614176541
Binary10101101010001000001010001010001010110001100001111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562882; }

 p { color: rgb(86,40,130); }

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

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

 a { background-color: rgb(86,40,130); }

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

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

 span { border-color: rgb(86,40,130); }

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