#567899

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

Shades of Kashmir Blue #567899

Tints of Kashmir Blue #567899

Color information

#567899 (or 0x567899) is unknown color: approx Kashmir Blue. HEX triplet: 56, 78 and 99. RGB value is (86,120,153). Sum of RGB (Red+Green+Blue) = 86+120+153=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #567899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567899 is #A98766. Grayscale: #717171. Windows color (decimal): -11110247 or 10057814. OLE color: 10057814.

HSL color Cylindrical-coordinate representation of color #567899: hue angle of 209.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567899 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86120153-
CMYK0.440.2200.4
HSL209.55º28.03%46.86%-
HSV(B)209.55º43.79%60%-
XYZ16.317.7132.7-
YUV113.6150.24108.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=23.96%
G=33.43%
B=42.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861201530.440.2200.4209.5528.0346.86
Hex5678992C16028d21c2f
Octal12617023154260503223457
Binary10101101111000100110011011001011001010001101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567899; }

 p { color: rgb(86,120,153); }

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

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

 a { background-color: rgb(86,120,153); }

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

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

 span { border-color: rgb(86,120,153); }

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