Html Css Color HEX #59657F Kashmir Blue

📋 copy color: '#59657F'

red 89 ◦ green 101 ◦ blue 127

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

Shades of Kashmir Blue #59657F

Tints of Kashmir Blue #59657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 28.08%
G = 31.86%
B = 40.06%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59657F (or 0x59657F) is known color: Kashmir Blue. HEX triplet: 59, 65 and 7F. RGB value is (89,101,127). Sum of RGB (Red+Green+Blue) = 89+101+127=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #59657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657F is #A69A80. Grayscale: #646464. Windows color (decimal): -10918529 or 8349017. OLE color: 8349017.

HSL color Cylindrical-coordinate representation of color #59657F: hue angle of 221.05º 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 #59657F is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 101 127 -
CMYK 0.30 0.20 0 0.50
HSL 221.05º 0.18% 0.42% -
HSV(B) 221.05º 0.3% 0.5% -
XYZ 12.6 12.96 21.92 -
YUV 100.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 89 101 127 0.30 0.20 0 0.50 221.05 0.18 0.42
Hex 59 65 7F 1E 14 0 32 DD 12 2A
Octal 131 145 177 36 24 0 62 335 22 52
Binary 1011001 1100101 1111111 11110 10100 0 110010 11011101 10010 101010

Color Harmonies of #59657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59657F

Black with #59657F

Text Example


Text Example

White with #59657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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