#562189

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

Shades of Kingfisher Daisy #562189

Tints of Kingfisher Daisy #562189

Color information

#562189 (or 0x562189) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 21 and 89. RGB value is (86,33,137). Sum of RGB (Red+Green+Blue) = 86+33+137=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #562189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562189 is #A9DE76. Grayscale: #3C3C3C. Windows color (decimal): -11132535 or 8986966. OLE color: 8986966.

HSL color Cylindrical-coordinate representation of color #562189: hue angle of 270.58º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562189 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8633137-
CMYK0.370.7600.46
HSL270.58º61.18%33.33%-
HSV(B)270.58º75.91%53.73%-
XYZ8.94.8724.14-
YUV60.7171.06146.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 137 (53.91% from 255) = 53.52%
R=33.59%
G=12.89%
B=53.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86331370.370.7600.46270.5861.1833.33
Hex562189254C02E10f3d21
Octal12641211451140564177541
Binary10101101000011000100110010110011000101110100001111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562189; }

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

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

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

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

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

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

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

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