#562491

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

Shades of Kingfisher Daisy #562491

Tints of Kingfisher Daisy #562491

Color information

#562491 (or 0x562491) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 24 and 91. RGB value is (86,36,145). Sum of RGB (Red+Green+Blue) = 86+36+145=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #562491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562491 is #A9DB6E. Grayscale: #3E3E3E. Windows color (decimal): -11131759 or 9512022. OLE color: 9512022.

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

Color convert

RGB8636145-
CMYK0.410.7500.43
HSL267.52º60.22%35.49%-
HSV(B)267.52º75.17%56.86%-
XYZ9.585.2827.3-
YUV63.38174.06144.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.21%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=32.21%
G=13.48%
B=54.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86361450.410.7500.43267.5260.2235.49
Hex562491294B02B10c3c23
Octal12644221511130534147443
Binary10101101001001001000110100110010110101011100001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562491; }

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

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

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

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

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

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

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

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