Html Css Color HEX #535959 Mako

📋 copy color: '#535959'

red 83 ◦ green 89 ◦ blue 89

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

Shades of Mako #535959

Tints of Mako #535959

RGB

 RED value IS 83 (32.81% from 255) = 31.8%

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 31.8%
G = 34.1%
B = 34.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535959 (or 0x535959) is known color: Mako. HEX triplet: 53, 59 and 59. RGB value is (83,89,89). Sum of RGB (Red+Green+Blue) = 83+89+89=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #535959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535959 is #ACA6A6. Grayscale: #575757. Windows color (decimal): -11314855 or 5855571. OLE color: 5855571.

HSL color Cylindrical-coordinate representation of color #535959: hue angle of 180º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535959 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 89 -
CMYK 0.07 0 0 0.65
HSL 180º 0.03% 0.34% -
HSV(B) 180º 0.07% 0.35% -
XYZ 8.94 9.71 10.85 -
YUV 87.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 83 89 89 0.07 0 0 0.65 180 0.03 0.34
Hex 53 59 59 7 0 0 41 B4 3 22
Octal 123 131 131 7 0 0 101 264 3 42
Binary 1010011 1011001 1011001 111 0 0 1000001 10110100 11 100010

Color Harmonies of #535959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535959

Black with #535959

Text Example


Text Example

White with #535959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535959; }

 p { color: rgb(83,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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