Html Css Color HEX #59687C Kashmir Blue

📋 copy color: '#59687C'

red 89 ◦ green 104 ◦ blue 124

#59687C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #59687C

Tints of Kashmir Blue #59687C

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 value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59687C (or 0x59687C) is known color: 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

RGB 89 104 124 -
CMYK 0.28 0.16 0 0.51
HSL 214.29º 0.16% 0.42% -
HSV(B) 214.29º 0.28% 0.49% -
XYZ 12.71 13.48 21 -
YUV 101.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 89 104 124 0.28 0.16 0 0.51 214.29 0.16 0.42
Hex 59 68 7C 1C 10 0 33 D6 10 2A
Octal 131 150 174 34 20 0 63 326 20 52
Binary 1011001 1101000 1111100 11100 10000 0 110011 11010110 10000 101010

Color Harmonies of #59687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59687C

Black with #59687C

Text Example


Text Example

White with #59687C

Text Example


Text Example

HTML Codes & Css Web 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>