Html Css Color HEX #59697F Kashmir Blue

📋 copy color: '#59697F'

red 89 ◦ green 105 ◦ blue 127

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

Shades of Kashmir Blue #59697F

Tints of Kashmir Blue #59697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.71%

 BLUE value IS 127 (50% from 255) = 39.56%

R = 27.73%
G = 32.71%
B = 39.56%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59697F (or 0x59697F) is known color: Kashmir Blue. HEX triplet: 59, 69 and 7F. RGB value is (89,105,127). Sum of RGB (Red+Green+Blue) = 89+105+127=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #59697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697F is #A69680. Grayscale: #666666. Windows color (decimal): -10917505 or 8350041. OLE color: 8350041.

HSL color Cylindrical-coordinate representation of color #59697F: hue angle of 214.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59697F is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 105 127 -
CMYK 0.30 0.17 0 0.50
HSL 214.74º 0.18% 0.42% -
HSV(B) 214.74º 0.3% 0.5% -
XYZ 13 13.76 22.05 -
YUV 102.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 89 105 127 0.30 0.17 0 0.50 214.74 0.18 0.42
Hex 59 69 7F 1E 11 0 32 D7 12 2A
Octal 131 151 177 36 21 0 62 327 22 52
Binary 1011001 1101001 1111111 11110 10001 0 110010 11010111 10010 101010

Color Harmonies of #59697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59697F

Black with #59697F

Text Example


Text Example

White with #59697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59697F; }

 p { color: rgb(89,105,127); }

 H1.HeaderClassName
 {
   color: #59697F;
 }
 .AnyTagClassName
 {
   color: #59697F;
 }
</style>

background-color css

<style>
 a { background-color: #59697F; }

 a { background-color: rgb(89,105,127); }

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

border-color css

<style>
 span { border-color: #59697F; }

 span { border-color: rgb(89,105,127); }

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