Html Css Color HEX #59758D Kashmir Blue

📋 copy color: '#59758D'

red 89 ◦ green 117 ◦ blue 141

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

Shades of Kashmir Blue #59758D

Tints of Kashmir Blue #59758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 25.65%
G = 33.72%
B = 40.63%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59758D (or 0x59758D) is known color: Kashmir Blue. HEX triplet: 59, 75 and 8D. RGB value is (89,117,141). Sum of RGB (Red+Green+Blue) = 89+117+141=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #59758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59758D is #A68A72. Grayscale: #6F6F6F. Windows color (decimal): -10914419 or 9270617. OLE color: 9270617.

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

Color convert

RGB 89 117 141 -
CMYK 0.37 0.17 0 0.45
HSL 207.69º 0.23% 0.45% -
HSV(B) 207.69º 0.37% 0.55% -
XYZ 15.29 16.77 27.63 -
YUV 111.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 89 117 141 0.37 0.17 0 0.45 207.69 0.23 0.45
Hex 59 75 8D 25 11 0 2D D0 17 2D
Octal 131 165 215 45 21 0 55 320 27 55
Binary 1011001 1110101 10001101 100101 10001 0 101101 11010000 10111 101101

Color Harmonies of #59758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59758D

Black with #59758D

Text Example


Text Example

White with #59758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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