#566D91

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

Shades of Kashmir Blue #566D91

Tints of Kashmir Blue #566D91

Color information

#566D91 (or 0x566D91) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6D and 91. RGB value is (86,109,145). Sum of RGB (Red+Green+Blue) = 86+109+145=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #566D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D91 is #A9926E. Grayscale: #6A6A6A. Windows color (decimal): -11113071 or 9530710. OLE color: 9530710.

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

Color convert

RGB86109145-
CMYK0.410.2500.43
HSL216.61º25.54%45.29%-
HSV(B)216.61º40.69%56.86%-
XYZ14.4214.9628.92-
YUV106.23149.88113.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=25.29%
G=32.06%
B=42.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861091450.410.2500.43216.6125.5445.29
Hex566D91291902Bd91a2d
Octal12615522151310533313255
Binary10101101101101100100011010011100101010111101100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566D91; }

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

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

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

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

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

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

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

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