#566580

Color #566580 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #566580

Tints of Kashmir Blue #566580

Color information

#566580 (or 0x566580) is unknown color: approx Kashmir Blue. HEX triplet: 56, 65 and 80. RGB value is (86,101,128). Sum of RGB (Red+Green+Blue) = 86+101+128=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #566580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566580 is #A99A7F. Grayscale: #636363. Windows color (decimal): -11115136 or 8414550. OLE color: 8414550.

HSL color Cylindrical-coordinate representation of color #566580: hue angle of 218.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #566580 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB86101128-
CMYK0.330.2100.50
HSL218.57º19.63%41.96%-
HSV(B)218.57º32.81%50.2%-
XYZ12.3912.8422.25-
YUV99.59144.03118.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=27.30%
G=32.06%
B=40.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal861011280.330.2100.50218.5719.6341.96
Hex5665802115032db142a
Octal12614520041250623332452
Binary10101101100101100000001000011010101100101101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566580; }

 p { color: rgb(86,101,128); }

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

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

 a { background-color: rgb(86,101,128); }

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

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

 span { border-color: rgb(86,101,128); }

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