#566B8B

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

Shades of Kashmir Blue #566B8B

Tints of Kashmir Blue #566B8B

Color information

#566B8B (or 0x566B8B) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6B and 8B. RGB value is (86,107,139). Sum of RGB (Red+Green+Blue) = 86+107+139=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #566B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B8B is #A99474. Grayscale: #686868. Windows color (decimal): -11113589 or 9136982. OLE color: 9136982.

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

Color convert

RGB86107139-
CMYK0.380.2300.45
HSL216.23º23.56%44.12%-
HSV(B)216.23º38.13%54.51%-
XYZ13.7614.3626.47-
YUV104.37147.54114.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=25.90%
G=32.23%
B=41.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861071390.380.2300.45216.2323.5644.12
Hex566B8B261702Dd8182c
Octal12615321346270553303054
Binary10101101101011100010111001101011101011011101100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,139); }

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

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

 a { background-color: rgb(86,107,139); }

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

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

 span { border-color: rgb(86,107,139); }

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