#562591

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

Shades of Kingfisher Daisy #562591

Tints of Kingfisher Daisy #562591

Color information

#562591 (or 0x562591) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 91. RGB value is (86,37,145). Sum of RGB (Red+Green+Blue) = 86+37+145=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #562591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562591 is #A9DA6E. Grayscale: #3F3F3F. Windows color (decimal): -11131503 or 9512278. OLE color: 9512278.

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

Color convert

RGB8637145-
CMYK0.410.7400.43
HSL267.22º59.34%35.69%-
HSV(B)267.22º74.48%56.86%-
XYZ9.615.3527.31-
YUV63.96173.73143.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=32.09%
G=13.81%
B=54.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86371450.410.7400.43267.2259.3435.69
Hex562591294A02B10b3b24
Octal12645221511120534137344
Binary10101101001011001000110100110010100101011100001011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562591; }

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

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

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

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

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

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

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

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