#566F8D

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

Shades of Kashmir Blue #566F8D

Tints of Kashmir Blue #566F8D

Color information

#566F8D (or 0x566F8D) is unknown color: approx Kashmir Blue. HEX triplet: 56, 6F and 8D. RGB value is (86,111,141). Sum of RGB (Red+Green+Blue) = 86+111+141=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #566F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F8D is #A99072. Grayscale: #6A6A6A. Windows color (decimal): -11112563 or 9269078. OLE color: 9269078.

HSL color Cylindrical-coordinate representation of color #566F8D: hue angle of 212.73º 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 #566F8D is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86111141-
CMYK0.390.2100.45
HSL212.73º24.23%44.51%-
HSV(B)212.73º39.01%55.29%-
XYZ14.3315.2727.39-
YUV106.94147.22113.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=25.44%
G=32.84%
B=41.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861111410.390.2100.45212.7324.2344.51
Hex566F8D271502Dd5182d
Octal12615721547250553253055
Binary10101101101111100011011001111010101011011101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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