#59667E

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

Shades of Kashmir Blue #59667E

Tints of Kashmir Blue #59667E

Color information

#59667E (or 0x59667E) is unknown color: approx Kashmir Blue. HEX triplet: 59, 66 and 7E. RGB value is (89,102,126). Sum of RGB (Red+Green+Blue) = 89+102+126=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #59667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59667E is #A69981. Grayscale: #646464. Windows color (decimal): -10918274 or 8283737. OLE color: 8283737.

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

Color convert

RGB89102126-
CMYK0.290.1900.51
HSL218.92º17.21%42.16%-
HSV(B)218.92º29.37%49.41%-
XYZ12.6413.1321.61-
YUV100.85142.19119.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=28.08%
G=32.18%
B=39.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891021260.290.1900.51218.9217.2142.16
Hex59667E1D13033db112a
Octal13114617635230633332152
Binary101100111001101111110111011001101100111101101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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