Html Css Color HEX #59708D Kashmir Blue

📋 copy color: '#59708D'

red 89 ◦ green 112 ◦ blue 141

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

Shades of Kashmir Blue #59708D

Tints of Kashmir Blue #59708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 26.02%
G = 32.75%
B = 41.23%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59708D (or 0x59708D) is known color: Kashmir Blue. HEX triplet: 59, 70 and 8D. RGB value is (89,112,141). Sum of RGB (Red+Green+Blue) = 89+112+141=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #59708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59708D is #A68F72. Grayscale: #6C6C6C. Windows color (decimal): -10915699 or 9269337. OLE color: 9269337.

HSL color Cylindrical-coordinate representation of color #59708D: hue angle of 213.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59708D is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 112 141 -
CMYK 0.37 0.21 0 0.45
HSL 213.46º 0.23% 0.45% -
HSV(B) 213.46º 0.37% 0.55% -
XYZ 14.72 15.64 27.44 -
YUV 108.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 89 112 141 0.37 0.21 0 0.45 213.46 0.23 0.45
Hex 59 70 8D 25 15 0 2D D5 17 2D
Octal 131 160 215 45 25 0 55 325 27 55
Binary 1011001 1110000 10001101 100101 10101 0 101101 11010101 10111 101101

Color Harmonies of #59708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59708D

Black with #59708D

Text Example


Text Example

White with #59708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,112,141); }

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

background-color css

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

 a { background-color: rgb(89,112,141); }

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

border-color css

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

 span { border-color: rgb(89,112,141); }

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