Html Css Color HEX #59758B Kashmir Blue

📋 copy color: '#59758B'

red 89 ◦ green 117 ◦ blue 139

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

Shades of Kashmir Blue #59758B

Tints of Kashmir Blue #59758B

RGB

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

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

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

R = 25.8%
G = 33.91%
B = 40.29%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59758B (or 0x59758B) is known color: Kashmir Blue. HEX triplet: 59, 75 and 8B. RGB value is (89,117,139). Sum of RGB (Red+Green+Blue) = 89+117+139=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #59758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59758B is #A68A74. Grayscale: #6F6F6F. Windows color (decimal): -10914421 or 9139545. OLE color: 9139545.

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

Color convert

RGB 89 117 139 -
CMYK 0.36 0.16 0 0.45
HSL 206.4º 0.22% 0.45% -
HSV(B) 206.4º 0.36% 0.55% -
XYZ 15.14 16.71 26.85 -
YUV 111.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 89 117 139 0.36 0.16 0 0.45 206.4 0.22 0.45
Hex 59 75 8B 24 10 0 2D CE 16 2D
Octal 131 165 213 44 20 0 55 316 26 55
Binary 1011001 1110101 10001011 100100 10000 0 101101 11001110 10110 101101

Color Harmonies of #59758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59758B

Black with #59758B

Text Example


Text Example

White with #59758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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