#562691

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

Shades of Kingfisher Daisy #562691

Tints of Kingfisher Daisy #562691

Color information

#562691 (or 0x562691) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 26 and 91. RGB value is (86,38,145). Sum of RGB (Red+Green+Blue) = 86+38+145=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #562691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562691 is #A9D96E. Grayscale: #404040. Windows color (decimal): -11131247 or 9512534. OLE color: 9512534.

HSL color Cylindrical-coordinate representation of color #562691: hue angle of 266.92º degrees, saturation: 0.58, 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 #562691 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8638145-
CMYK0.410.7400.43
HSL266.92º58.47%35.88%-
HSV(B)266.92º73.79%56.86%-
XYZ9.645.4127.32-
YUV64.55173.4143.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=31.97%
G=14.13%
B=53.90%

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
Decimal86381450.410.7400.43266.9258.4735.88
Hex562691294A02B10b3a24
Octal12646221511120534137244
Binary10101101001101001000110100110010100101011100001011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562691; }

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

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

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

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

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

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

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

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