#566387

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

Shades of Kashmir Blue #566387

Tints of Kashmir Blue #566387

Color information

#566387 (or 0x566387) is unknown color: approx Kashmir Blue. HEX triplet: 56, 63 and 87. RGB value is (86,99,135). Sum of RGB (Red+Green+Blue) = 86+99+135=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #566387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566387 is #A99C78. Grayscale: #636363. Windows color (decimal): -11115641 or 8872790. OLE color: 8872790.

HSL color Cylindrical-coordinate representation of color #566387: hue angle of 224.08º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566387 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8699135-
CMYK0.360.2700.47
HSL224.08º22.17%43.33%-
HSV(B)224.08º36.3%52.94%-
XYZ12.6712.6524.7-
YUV99.22148.19118.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=26.88%
G=30.94%
B=42.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86991350.360.2700.47224.0822.1743.33
Hex566387241B02Fe0162b
Octal12614320744330573402653
Binary10101101100011100001111001001101101011111110000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566387; }

 p { color: rgb(86,99,135); }

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

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

 a { background-color: rgb(86,99,135); }

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

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

 span { border-color: rgb(86,99,135); }

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