#59627F

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

Shades of Kashmir Blue #59627F

Tints of Kashmir Blue #59627F

Color information

#59627F (or 0x59627F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 62 and 7F. RGB value is (89,98,127). Sum of RGB (Red+Green+Blue) = 89+98+127=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #59627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59627F is #A69D80. Grayscale: #626262. Windows color (decimal): -10919297 or 8348249. OLE color: 8348249.

HSL color Cylindrical-coordinate representation of color #59627F: hue angle of 225.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59627F is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8998127-
CMYK0.300.2300.50
HSL225.79º17.59%42.35%-
HSV(B)225.79º29.92%49.8%-
XYZ12.3212.3921.82-
YUV98.62144.02121.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 127 (50% from 255) = 40.45%
R=28.34%
G=31.21%
B=40.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89981270.300.2300.50225.7917.5942.35
Hex59627F1E17032e2122a
Octal13114217736270623422252
Binary101100111000101111111111101011101100101110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59627F; }

 p { color: rgb(89,98,127); }

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

<style>
 a { background-color: #59627F; }

 a { background-color: rgb(89,98,127); }

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

<style>
 span { border-color: #59627F; }

 span { border-color: rgb(89,98,127); }

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