#566F88

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

Shades of Kashmir Blue #566F88

Tints of Kashmir Blue #566F88

Color information

#566F88 (or 0x566F88) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6F and 88. RGB value is (86,111,136). Sum of RGB (Red+Green+Blue) = 86+111+136=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #566F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F88 is #A99077. Grayscale: #6A6A6A. Windows color (decimal): -11112568 or 8941398. OLE color: 8941398.

HSL color Cylindrical-coordinate representation of color #566F88: hue angle of 210º 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 #566F88 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86111136-
CMYK0.370.1800.47
HSL210º22.52%43.53%-
HSV(B)210º36.76%53.33%-
XYZ13.9715.1225.48-
YUV106.38144.72113.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=25.83%
G=33.33%
B=40.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861111360.370.1800.4721022.5243.53
Hex566F88251202Fd2172c
Octal12615721045220573222754
Binary10101101101111100010001001011001001011111101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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