Html Css Color HEX #595152 Mortar

📋 copy color: '#595152'

red 89 ◦ green 81 ◦ blue 82

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

Shades of Mortar #595152

Tints of Mortar #595152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 35.32%
G = 32.14%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#595152 (or 0x595152) is known color: Mortar. HEX triplet: 59, 51 and 52. RGB value is (89,81,82). Sum of RGB (Red+Green+Blue) = 89+81+82=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #595152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595152 is #A6AEAD. Grayscale: #535353. Windows color (decimal): -10923694 or 5394777. OLE color: 5394777.

HSL color Cylindrical-coordinate representation of color #595152: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595152 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 82 -
CMYK 0 0.09 0.08 0.65
HSL 352.5º 0.05% 0.33% -
HSV(B) 352.5º 0.09% 0.35% -
XYZ 8.59 8.62 9.19 -
YUV 83.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 89 81 82 0 0.09 0.08 0.65 352.5 0.05 0.33
Hex 59 51 52 0 9 8 41 160 5 21
Octal 131 121 122 0 11 10 101 540 5 41
Binary 1011001 1010001 1010010 0 1001 1000 1000001 101100000 101 100001

Color Harmonies of #595152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595152

Black with #595152

Text Example


Text Example

White with #595152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595152; }

 p { color: rgb(89,81,82); }

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

background-color css

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

 a { background-color: rgb(89,81,82); }

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

border-color css

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

 span { border-color: rgb(89,81,82); }

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