Html Css Color HEX #535A59 Mako

📋 copy color: '#535A59'

red 83 ◦ green 90 ◦ blue 89

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

Shades of Mako #535A59

Tints of Mako #535A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

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

R = 31.68%
G = 34.35%
B = 33.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#535A59 (or 0x535A59) is known color: Mako. HEX triplet: 53, 5A and 59. RGB value is (83,90,89). Sum of RGB (Red+Green+Blue) = 83+90+89=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 90 - color contains mainly: green. Hex color #535A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A59 is #ACA5A6. Grayscale: #575757. Windows color (decimal): -11314599 or 5855827. OLE color: 5855827.

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

Color convert

RGB 83 90 89 -
CMYK 0.08 0 0.01 0.65
HSL 171.43º 0.04% 0.34% -
HSV(B) 171.43º 0.08% 0.35% -
XYZ 9.03 9.87 10.88 -
YUV 87.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 83 90 89 0.08 0 0.01 0.65 171.43 0.04 0.34
Hex 53 5A 59 8 0 1 41 AB 4 22
Octal 123 132 131 10 0 1 101 253 4 42
Binary 1010011 1011010 1011001 1000 0 1 1000001 10101011 100 100010

Color Harmonies of #535A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A59

Black with #535A59

Text Example


Text Example

White with #535A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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