#59667F

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

Shades of Kashmir Blue #59667F

Tints of Kashmir Blue #59667F

Color information

#59667F (or 0x59667F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 66 and 7F. RGB value is (89,102,127). Sum of RGB (Red+Green+Blue) = 89+102+127=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #59667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667F is #A69980. Grayscale: #646464. Windows color (decimal): -10918273 or 8349273. OLE color: 8349273.

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

Color convert

RGB89102127-
CMYK0.300.2000.50
HSL219.47º17.59%42.35%-
HSV(B)219.47º29.92%49.8%-
XYZ12.713.1621.95-
YUV100.96142.69119.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 127 (50% from 255) = 39.94%
R=27.99%
G=32.08%
B=39.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891021270.300.2000.50219.4717.5942.35
Hex59667F1E14032db122a
Octal13114617736240623332252
Binary101100111001101111111111101010001100101101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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