Html Css Color HEX #59718D Kashmir Blue

📋 copy color: '#59718D'

red 89 ◦ green 113 ◦ blue 141

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

Shades of Kashmir Blue #59718D

Tints of Kashmir Blue #59718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 25.95%
G = 32.94%
B = 41.11%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59718D (or 0x59718D) is known color: Kashmir Blue. HEX triplet: 59, 71 and 8D. RGB value is (89,113,141). Sum of RGB (Red+Green+Blue) = 89+113+141=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #59718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59718D is #A68E72. Grayscale: #6C6C6C. Windows color (decimal): -10915443 or 9269593. OLE color: 9269593.

HSL color Cylindrical-coordinate representation of color #59718D: hue angle of 212.31º 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 #59718D is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 113 141 -
CMYK 0.37 0.20 0 0.45
HSL 212.31º 0.23% 0.45% -
HSV(B) 212.31º 0.37% 0.55% -
XYZ 14.83 15.86 27.48 -
YUV 109.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 89 113 141 0.37 0.20 0 0.45 212.31 0.23 0.45
Hex 59 71 8D 25 14 0 2D D4 17 2D
Octal 131 161 215 45 24 0 55 324 27 55
Binary 1011001 1110001 10001101 100101 10100 0 101101 11010100 10111 101101

Color Harmonies of #59718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59718D

Black with #59718D

Text Example


Text Example

White with #59718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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