#566E8D

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

Shades of Kashmir Blue #566E8D

Tints of Kashmir Blue #566E8D

Color information

#566E8D (or 0x566E8D) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6E and 8D. RGB value is (86,110,141). Sum of RGB (Red+Green+Blue) = 86+110+141=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #566E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E8D is #A99172. Grayscale: #6A6A6A. Windows color (decimal): -11112819 or 9268822. OLE color: 9268822.

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

Color convert

RGB86110141-
CMYK0.390.2200.45
HSL213.82º24.23%44.51%-
HSV(B)213.82º39.01%55.29%-
XYZ14.2215.0527.36-
YUV106.36147.55113.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=25.52%
G=32.64%
B=41.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861101410.390.2200.45213.8224.2344.51
Hex566E8D271602Dd6182d
Octal12615621547260553263055
Binary10101101101110100011011001111011001011011101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,110,141); }

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

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

 a { background-color: rgb(86,110,141); }

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

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

 span { border-color: rgb(86,110,141); }

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