#59657E

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

Shades of Kashmir Blue #59657E

Tints of Kashmir Blue #59657E

Color information

#59657E (or 0x59657E) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 7E. RGB value is (89,101,126). Sum of RGB (Red+Green+Blue) = 89+101+126=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #59657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657E is #A69A81. Grayscale: #646464. Windows color (decimal): -10918530 or 8283481. OLE color: 8283481.

HSL color Cylindrical-coordinate representation of color #59657E: hue angle of 220.54º 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 #59657E is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89101126-
CMYK0.290.2000.51
HSL220.54º17.21%42.16%-
HSV(B)220.54º29.37%49.41%-
XYZ12.5412.9421.57-
YUV100.26142.52119.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=28.16%
G=31.96%
B=39.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891011260.290.2000.51220.5417.2142.16
Hex59657E1D14033dd112a
Octal13114517635240633352152
Binary101100111001011111110111011010001100111101110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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