#59687C

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

Shades of Kashmir Blue #59687C

Tints of Kashmir Blue #59687C

Color information

#59687C (or 0x59687C) is unknown color: approx Kashmir Blue. HEX triplet: 59, 68 and 7C. RGB value is (89,104,124). Sum of RGB (Red+Green+Blue) = 89+104+124=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #59687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59687C is #A69783. Grayscale: #656565. Windows color (decimal): -10917764 or 8153177. OLE color: 8153177.

HSL color Cylindrical-coordinate representation of color #59687C: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59687C is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB89104124-
CMYK0.280.1600.51
HSL214.29º16.43%41.76%-
HSV(B)214.29º28.23%48.63%-
XYZ12.7113.4821-
YUV101.79140.53118.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=28.08%
G=32.81%
B=39.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891041240.280.1600.51214.2916.4341.76
Hex59687C1C10033d6102a
Octal13115017434200633262052
Binary101100111010001111100111001000001100111101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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