Html Css Color HEX #59748B Kashmir Blue

📋 copy color: '#59748B'

red 89 ◦ green 116 ◦ blue 139

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

Shades of Kashmir Blue #59748B

Tints of Kashmir Blue #59748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 25.87%
G = 33.72%
B = 40.41%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59748B (or 0x59748B) is known color: Kashmir Blue. HEX triplet: 59, 74 and 8B. RGB value is (89,116,139). Sum of RGB (Red+Green+Blue) = 89+116+139=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #59748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59748B is #A68B74. Grayscale: #6E6E6E. Windows color (decimal): -10914677 or 9139289. OLE color: 9139289.

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

Color convert

RGB 89 116 139 -
CMYK 0.36 0.17 0 0.45
HSL 207.6º 0.22% 0.45% -
HSV(B) 207.6º 0.36% 0.55% -
XYZ 15.03 16.48 26.81 -
YUV 110.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 89 116 139 0.36 0.17 0 0.45 207.6 0.22 0.45
Hex 59 74 8B 24 11 0 2D D0 16 2D
Octal 131 164 213 44 21 0 55 320 26 55
Binary 1011001 1110100 10001011 100100 10001 0 101101 11010000 10110 101101

Color Harmonies of #59748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59748B

Black with #59748B

Text Example


Text Example

White with #59748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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