#59657D

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

Shades of Kashmir Blue #59657D

Tints of Kashmir Blue #59657D

Color information

#59657D (or 0x59657D) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 7D. RGB value is (89,101,125). Sum of RGB (Red+Green+Blue) = 89+101+125=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #59657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657D is #A69A82. Grayscale: #646464. Windows color (decimal): -10918531 or 8217945. OLE color: 8217945.

HSL color Cylindrical-coordinate representation of color #59657D: hue angle of 220º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59657D is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89101125-
CMYK0.290.1900.51
HSL220º16.82%41.96%-
HSV(B)220º28.8%49.02%-
XYZ12.4812.9121.24-
YUV100.15142.02120.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=28.25%
G=32.06%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891011250.290.1900.5122016.8241.96
Hex59657D1D13033dc112a
Octal13114517535230633342152
Binary101100111001011111101111011001101100111101110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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