#566F8E

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

Shades of Kashmir Blue #566F8E

Tints of Kashmir Blue #566F8E

Color information

#566F8E (or 0x566F8E) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6F and 8E. RGB value is (86,111,142). Sum of RGB (Red+Green+Blue) = 86+111+142=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #566F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F8E is #A99071. Grayscale: #6A6A6A. Windows color (decimal): -11112562 or 9334614. OLE color: 9334614.

HSL color Cylindrical-coordinate representation of color #566F8E: hue angle of 213.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #566F8E is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86111142-
CMYK0.390.2200.44
HSL213.21º24.56%44.71%-
HSV(B)213.21º39.44%55.69%-
XYZ14.415.327.79-
YUV107.06147.72112.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=25.37%
G=32.74%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861111420.390.2200.44213.2124.5644.71
Hex566F8E271602Cd5192d
Octal12615721647260543253155
Binary10101101101111100011101001111011001011001101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,111,142); }

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

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

 a { background-color: rgb(86,111,142); }

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

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

 span { border-color: rgb(86,111,142); }

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