#59657F

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

Shades of Kashmir Blue #59657F

Tints of Kashmir Blue #59657F

Color information

#59657F (or 0x59657F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 7F. RGB value is (89,101,127). Sum of RGB (Red+Green+Blue) = 89+101+127=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #59657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657F is #A69A80. Grayscale: #646464. Windows color (decimal): -10918529 or 8349017. OLE color: 8349017.

HSL color Cylindrical-coordinate representation of color #59657F: hue angle of 221.05º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59657F is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89101127-
CMYK0.300.2000.50
HSL221.05º17.59%42.35%-
HSV(B)221.05º29.92%49.8%-
XYZ12.612.9621.92-
YUV100.38143.02119.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 127 (50% from 255) = 40.06%
R=28.08%
G=31.86%
B=40.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891011270.300.2000.50221.0517.5942.35
Hex59657F1E14032dd122a
Octal13114517736240623352252
Binary101100111001011111111111101010001100101101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59657F; }

 p { color: rgb(89,101,127); }

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

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

 a { background-color: rgb(89,101,127); }

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

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

 span { border-color: rgb(89,101,127); }

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