#59627E

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

Shades of Kashmir Blue #59627E

Tints of Kashmir Blue #59627E

Color information

#59627E (or 0x59627E) is unknown color: approx Kashmir Blue. HEX triplet: 59, 62 and 7E. RGB value is (89,98,126). Sum of RGB (Red+Green+Blue) = 89+98+126=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #59627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59627E is #A69D81. Grayscale: #626262. Windows color (decimal): -10919298 or 8282713. OLE color: 8282713.

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

Color convert

RGB8998126-
CMYK0.290.2200.51
HSL225.41º17.21%42.16%-
HSV(B)225.41º29.37%49.41%-
XYZ12.2512.3721.48-
YUV98.5143.52121.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=28.43%
G=31.31%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89981260.290.2200.51225.4117.2142.16
Hex59627E1D16033e1112a
Octal13114217635260633412152
Binary101100111000101111110111011011001100111110000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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