#59677F

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

Shades of Kashmir Blue #59677F

Tints of Kashmir Blue #59677F

Color information

#59677F (or 0x59677F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 67 and 7F. RGB value is (89,103,127). Sum of RGB (Red+Green+Blue) = 89+103+127=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #59677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59677F is #A69880. Grayscale: #656565. Windows color (decimal): -10918017 or 8349529. OLE color: 8349529.

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

Color convert

RGB89103127-
CMYK0.300.1900.50
HSL217.89º17.59%42.35%-
HSV(B)217.89º29.92%49.8%-
XYZ12.813.3621.98-
YUV101.55142.36119.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 127 (50% from 255) = 39.81%
R=27.90%
G=32.29%
B=39.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891031270.300.1900.50217.8917.5942.35
Hex59677F1E13032da122a
Octal13114717736230623322252
Binary101100111001111111111111101001101100101101101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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