Html Css Color HEX #59687D Kashmir Blue

📋 copy color: '#59687D'

red 89 ◦ green 104 ◦ blue 125

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

Shades of Kashmir Blue #59687D

Tints of Kashmir Blue #59687D

RGB

 RED value IS 89 (35.16% from 255) = 27.99%

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 27.99%
G = 32.7%
B = 39.31%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59687D (or 0x59687D) is known color: Kashmir Blue. HEX triplet: 59, 68 and 7D. RGB value is (89,104,125). Sum of RGB (Red+Green+Blue) = 89+104+125=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #59687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59687D is #A69782. Grayscale: #656565. Windows color (decimal): -10917763 or 8218713. OLE color: 8218713.

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

Color convert

RGB 89 104 125 -
CMYK 0.29 0.17 0 0.51
HSL 215º 0.17% 0.42% -
HSV(B) 215º 0.29% 0.49% -
XYZ 12.77 13.51 21.34 -
YUV 101.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 89 104 125 0.29 0.17 0 0.51 215 0.17 0.42
Hex 59 68 7D 1D 11 0 33 D7 11 2A
Octal 131 150 175 35 21 0 63 327 21 52
Binary 1011001 1101000 1111101 11101 10001 0 110011 11010111 10001 101010

Color Harmonies of #59687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59687D

Black with #59687D

Text Example


Text Example

White with #59687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59687D;
 }
 .AnyTagClassName
 {
   color: #59687D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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