#566A86

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

Shades of Kashmir Blue #566A86

Tints of Kashmir Blue #566A86

Color information

#566A86 (or 0x566A86) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6A and 86. RGB value is (86,106,134). Sum of RGB (Red+Green+Blue) = 86+106+134=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #566A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A86 is #A99579. Grayscale: #676767. Windows color (decimal): -11113850 or 8809046. OLE color: 8809046.

HSL color Cylindrical-coordinate representation of color #566A86: hue angle of 215º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566A86 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86106134-
CMYK0.360.2100.47
HSL215º21.82%43.14%-
HSV(B)215º35.82%52.55%-
XYZ13.2914.0124.56-
YUV103.21145.37115.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=26.38%
G=32.52%
B=41.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861061340.360.2100.4721521.8243.14
Hex566A86241502Fd7162b
Octal12615220644250573272653
Binary10101101101010100001101001001010101011111101011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,106,134); }

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

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

 a { background-color: rgb(86,106,134); }

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

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

 span { border-color: rgb(86,106,134); }

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