Html Css Color HEX #59718B Kashmir Blue

📋 copy color: '#59718B'

red 89 ◦ green 113 ◦ blue 139

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

Shades of Kashmir Blue #59718B

Tints of Kashmir Blue #59718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 26.1%
G = 33.14%
B = 40.76%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59718B (or 0x59718B) is known color: Kashmir Blue. HEX triplet: 59, 71 and 8B. RGB value is (89,113,139). Sum of RGB (Red+Green+Blue) = 89+113+139=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #59718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59718B is #A68E74. Grayscale: #6C6C6C. Windows color (decimal): -10915445 or 9138521. OLE color: 9138521.

HSL color Cylindrical-coordinate representation of color #59718B: hue angle of 211.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59718B is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 113 139 -
CMYK 0.36 0.19 0 0.45
HSL 211.2º 0.22% 0.45% -
HSV(B) 211.2º 0.36% 0.55% -
XYZ 14.69 15.8 26.7 -
YUV 108.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 89 113 139 0.36 0.19 0 0.45 211.2 0.22 0.45
Hex 59 71 8B 24 13 0 2D D3 16 2D
Octal 131 161 213 44 23 0 55 323 26 55
Binary 1011001 1110001 10001011 100100 10011 0 101101 11010011 10110 101101

Color Harmonies of #59718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59718B

Black with #59718B

Text Example


Text Example

White with #59718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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