#59657C

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

Shades of Kashmir Blue #59657C

Tints of Kashmir Blue #59657C

Color information

#59657C (or 0x59657C) is unknown color: approx Kashmir Blue. HEX triplet: 59, 65 and 7C. RGB value is (89,101,124). Sum of RGB (Red+Green+Blue) = 89+101+124=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #59657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657C is #A69A83. Grayscale: #636363. Windows color (decimal): -10918532 or 8152409. OLE color: 8152409.

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

Color convert

RGB89101124-
CMYK0.280.1900.51
HSL219.43º16.43%41.76%-
HSV(B)219.43º28.23%48.63%-
XYZ12.4112.8920.9-
YUV100.03141.52120.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=28.34%
G=32.17%
B=39.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891011240.280.1900.51219.4316.4341.76
Hex59657C1C13033db102a
Octal13114517434230633332052
Binary101100111001011111100111001001101100111101101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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