Html Css Color HEX #59697E Kashmir Blue

📋 copy color: '#59697E'

red 89 ◦ green 105 ◦ blue 126

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

Shades of Kashmir Blue #59697E

Tints of Kashmir Blue #59697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 27.81%
G = 32.81%
B = 39.38%

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

#59697E (or 0x59697E) is known color: Kashmir Blue. HEX triplet: 59, 69 and 7E. RGB value is (89,105,126). Sum of RGB (Red+Green+Blue) = 89+105+126=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #59697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59697E is #A69681. Grayscale: #666666. Windows color (decimal): -10917506 or 8284505. OLE color: 8284505.

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

Color convert

RGB 89 105 126 -
CMYK 0.29 0.17 0 0.51
HSL 214.05º 0.17% 0.42% -
HSV(B) 214.05º 0.29% 0.49% -
XYZ 12.94 13.73 21.71 -
YUV 102.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 89 105 126 0.29 0.17 0 0.51 214.05 0.17 0.42
Hex 59 69 7E 1D 11 0 33 D6 11 2A
Octal 131 151 176 35 21 0 63 326 21 52
Binary 1011001 1101001 1111110 11101 10001 0 110011 11010110 10001 101010

Color Harmonies of #59697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59697E

Black with #59697E

Text Example


Text Example

White with #59697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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