#562184

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

Shades of Kingfisher Daisy #562184

Tints of Kingfisher Daisy #562184

Color information

#562184 (or 0x562184) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 21 and 84. RGB value is (86,33,132). Sum of RGB (Red+Green+Blue) = 86+33+132=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #562184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562184 is #A9DE7B. Grayscale: #3B3B3B. Windows color (decimal): -11132540 or 8659286. OLE color: 8659286.

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

Color convert

RGB8633132-
CMYK0.350.7500.48
HSL272.12º60%32.35%-
HSV(B)272.12º75%51.76%-
XYZ8.554.7322.29-
YUV60.13168.56146.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=34.26%
G=13.15%
B=52.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86331320.350.7500.48272.126032.35
Hex562184234B0301103c20
Octal12641204431130604207440
Binary10101101000011000010010001110010110110000100010000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562184; }

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

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

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

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

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

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

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

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