#562891

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

Shades of Kingfisher Daisy #562891

Tints of Kingfisher Daisy #562891

Color information

#562891 (or 0x562891) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 28 and 91. RGB value is (86,40,145). Sum of RGB (Red+Green+Blue) = 86+40+145=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #562891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562891 is #A9D76E. Grayscale: #414141. Windows color (decimal): -11130735 or 9513046. OLE color: 9513046.

HSL color Cylindrical-coordinate representation of color #562891: hue angle of 266.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562891 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8640145-
CMYK0.410.7200.43
HSL266.29º56.76%36.27%-
HSV(B)266.29º72.41%56.86%-
XYZ9.715.5427.35-
YUV65.72172.74142.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=31.73%
G=14.76%
B=53.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86401450.410.7200.43266.2956.7636.27
Hex562891294802B10a3924
Octal12650221511100534127144
Binary10101101010001001000110100110010000101011100001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562891; }

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

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

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

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

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

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

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

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