Html Css Color HEX #59657C Kashmir Blue

📋 copy color: '#59657C'

red 89 ◦ green 101 ◦ blue 124

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

Shades of Kashmir Blue #59657C

Tints of Kashmir Blue #59657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 28.34%
G = 32.17%
B = 39.49%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59657C (or 0x59657C) is known color: Kashmir Blue. HEX triplet: 59, 65 and 7C. RGB value is (89,101,124). Sum of RGB (Red+Green+Blue) = 89+101+124=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #59657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59657C is #A69A83. Grayscale: #636363. Windows color (decimal): -10918532 or 8152409. OLE color: 8152409.

HSL color Cylindrical-coordinate representation of color #59657C: hue angle of 219.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59657C is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 101 124 -
CMYK 0.28 0.19 0 0.51
HSL 219.43º 0.16% 0.42% -
HSV(B) 219.43º 0.28% 0.49% -
XYZ 12.41 12.89 20.9 -
YUV 100.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 89 101 124 0.28 0.19 0 0.51 219.43 0.16 0.42
Hex 59 65 7C 1C 13 0 33 DB 10 2A
Octal 131 145 174 34 23 0 63 333 20 52
Binary 1011001 1100101 1111100 11100 10011 0 110011 11011011 10000 101010

Color Harmonies of #59657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59657C

Black with #59657C

Text Example


Text Example

White with #59657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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