#59647D

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

Shades of Kashmir Blue #59647D

Tints of Kashmir Blue #59647D

Color information

#59647D (or 0x59647D) is unknown color: approx Kashmir Blue. HEX triplet: 59, 64 and 7D. RGB value is (89,100,125). Sum of RGB (Red+Green+Blue) = 89+100+125=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #59647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59647D is #A69B82. Grayscale: #636363. Windows color (decimal): -10918787 or 8217689. OLE color: 8217689.

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

Color convert

RGB89100125-
CMYK0.290.200.51
HSL221.67º16.82%41.96%-
HSV(B)221.67º28.8%49.02%-
XYZ12.3812.7221.2-
YUV99.56142.36120.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=28.34%
G=31.85%
B=39.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891001250.290.200.51221.6716.8241.96
Hex59647D1D14033de112a
Octal13114417535240633362152
Binary101100111001001111101111011010001100111101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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