#59637D

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

Shades of Kashmir Blue #59637D

Tints of Kashmir Blue #59637D

Color information

#59637D (or 0x59637D) is unknown color: approx Kashmir Blue. HEX triplet: 59, 63 and 7D. RGB value is (89,99,125). Sum of RGB (Red+Green+Blue) = 89+99+125=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #59637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59637D is #A69C82. Grayscale: #626262. Windows color (decimal): -10919043 or 8217433. OLE color: 8217433.

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

Color convert

RGB8999125-
CMYK0.290.2100.51
HSL223.33º16.82%41.96%-
HSV(B)223.33º28.8%49.02%-
XYZ12.2812.5321.17-
YUV98.97142.69120.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=28.43%
G=31.63%
B=39.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89991250.290.2100.51223.3316.8241.96
Hex59637D1D15033df112a
Octal13114317535250633372152
Binary101100111000111111101111011010101100111101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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