Html Css Color HEX #59647C Kashmir Blue

📋 copy color: '#59647C'

red 89 ◦ green 100 ◦ blue 124

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

Shades of Kashmir Blue #59647C

Tints of Kashmir Blue #59647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 28.43%
G = 31.95%
B = 39.62%

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

#59647C (or 0x59647C) is known color: Kashmir Blue. HEX triplet: 59, 64 and 7C. RGB value is (89,100,124). Sum of RGB (Red+Green+Blue) = 89+100+124=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #59647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59647C is #A69B83. Grayscale: #636363. Windows color (decimal): -10918788 or 8152153. OLE color: 8152153.

HSL color Cylindrical-coordinate representation of color #59647C: hue angle of 221.14º 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 #59647C is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 100 124 -
CMYK 0.28 0.19 0 0.51
HSL 221.14º 0.16% 0.42% -
HSV(B) 221.14º 0.28% 0.49% -
XYZ 12.32 12.69 20.87 -
YUV 99.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 89 100 124 0.28 0.19 0 0.51 221.14 0.16 0.42
Hex 59 64 7C 1C 13 0 33 DD 10 2A
Octal 131 144 174 34 23 0 63 335 20 52
Binary 1011001 1100100 1111100 11100 10011 0 110011 11011101 10000 101010

Color Harmonies of #59647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59647C

Black with #59647C

Text Example


Text Example

White with #59647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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