#562182

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

Shades of Kingfisher Daisy #562182

Tints of Kingfisher Daisy #562182

Color information

#562182 (or 0x562182) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 21 and 82. RGB value is (86,33,130). Sum of RGB (Red+Green+Blue) = 86+33+130=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #562182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562182 is #A9DE7D. Grayscale: #3B3B3B. Windows color (decimal): -11132542 or 8528214. OLE color: 8528214.

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

Color convert

RGB8633130-
CMYK0.340.7500.49
HSL272.78º59.51%31.96%-
HSV(B)272.78º74.62%50.98%-
XYZ8.414.6821.58-
YUV59.9167.56146.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=34.54%
G=13.25%
B=52.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86331300.340.7500.49272.7859.5131.96
Hex562182224B0311113c20
Octal12641202421130614217440
Binary10101101000011000001010001010010110110001100010001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562182; }

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

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

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

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

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

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

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

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