#566B88

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

Shades of Kashmir Blue #566B88

Tints of Kashmir Blue #566B88

Color information

#566B88 (or 0x566B88) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6B and 88. RGB value is (86,107,136). Sum of RGB (Red+Green+Blue) = 86+107+136=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #566B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566B88 is #A99477. Grayscale: #676767. Windows color (decimal): -11113592 or 8940374. OLE color: 8940374.

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

Color convert

RGB86107136-
CMYK0.370.2100.47
HSL214.8º22.52%43.53%-
HSV(B)214.8º36.76%53.33%-
XYZ13.5414.2725.33-
YUV104.03146.04115.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=26.14%
G=32.52%
B=41.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861071360.370.2100.47214.822.5243.53
Hex566B88251502Fd7172c
Octal12615321045250573272754
Binary10101101101011100010001001011010101011111101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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