#59647E

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

Shades of Kashmir Blue #59647E

Tints of Kashmir Blue #59647E

Color information

#59647E (or 0x59647E) is unknown color: approx Kashmir Blue. HEX triplet: 59, 64 and 7E. RGB value is (89,100,126). Sum of RGB (Red+Green+Blue) = 89+100+126=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #59647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59647E is #A69B81. Grayscale: #636363. Windows color (decimal): -10918786 or 8283225. OLE color: 8283225.

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

Color convert

RGB89100126-
CMYK0.290.2100.51
HSL222.16º17.21%42.16%-
HSV(B)222.16º29.37%49.41%-
XYZ12.4412.7421.54-
YUV99.68142.86120.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 126 (49.61% from 255) = 40%
R=28.25%
G=31.75%
B=40%

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
Decimal891001260.290.2100.51222.1617.2142.16
Hex59647E1D15033de112a
Octal13114417635250633362152
Binary101100111001001111110111011010101100111101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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