#59697F

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

Shades of Kashmir Blue #59697F

Tints of Kashmir Blue #59697F

Color information

#59697F (or 0x59697F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 69 and 7F. RGB value is (89,105,127). Sum of RGB (Red+Green+Blue) = 89+105+127=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #59697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697F is #A69680. Grayscale: #666666. Windows color (decimal): -10917505 or 8350041. OLE color: 8350041.

HSL color Cylindrical-coordinate representation of color #59697F: hue angle of 214.74º 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 #59697F is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89105127-
CMYK0.300.1700.50
HSL214.74º17.59%42.35%-
HSV(B)214.74º29.92%49.8%-
XYZ1313.7622.05-
YUV102.72141.7118.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 127 (50% from 255) = 39.56%
R=27.73%
G=32.71%
B=39.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891051270.300.1700.50214.7417.5942.35
Hex59697F1E11032d7122a
Octal13115117736210623272252
Binary101100111010011111111111101000101100101101011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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