#566786

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

Shades of Kashmir Blue #566786

Tints of Kashmir Blue #566786

Color information

#566786 (or 0x566786) is unknown color: approx Kashmir Blue. HEX triplet: 56, 67 and 86. RGB value is (86,103,134). Sum of RGB (Red+Green+Blue) = 86+103+134=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #566786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566786 is #A99879. Grayscale: #656565. Windows color (decimal): -11114618 or 8808278. OLE color: 8808278.

HSL color Cylindrical-coordinate representation of color #566786: hue angle of 218.75º 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 #566786 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86103134-
CMYK0.360.2300.47
HSL218.75º21.82%43.14%-
HSV(B)218.75º35.82%52.55%-
XYZ12.9913.424.46-
YUV101.45146.37116.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=26.63%
G=31.89%
B=41.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861031340.360.2300.47218.7521.8243.14
Hex566786241702Fdb162b
Octal12614720644270573332653
Binary10101101100111100001101001001011101011111101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566786; }

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

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

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

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

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

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

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

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