#59687F

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

Shades of Kashmir Blue #59687F

Tints of Kashmir Blue #59687F

Color information

#59687F (or 0x59687F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 68 and 7F. RGB value is (89,104,127). Sum of RGB (Red+Green+Blue) = 89+104+127=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #59687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59687F is #A69780. Grayscale: #666666. Windows color (decimal): -10917761 or 8349785. OLE color: 8349785.

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

Color convert

RGB89104127-
CMYK0.300.1800.50
HSL216.32º17.59%42.35%-
HSV(B)216.32º29.92%49.8%-
XYZ12.913.5622.02-
YUV102.14142.03118.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 127 (50% from 255) = 39.69%
R=27.81%
G=32.5%
B=39.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891041270.300.1800.50216.3217.5942.35
Hex59687F1E12032d8122a
Octal13115017736220623302252
Binary101100111010001111111111101001001100101101100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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