Html Css Color HEX #535958 Mako

📋 copy color: '#535958'

red 83 ◦ green 89 ◦ blue 88

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

Shades of Mako #535958

Tints of Mako #535958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 31.92%
G = 34.23%
B = 33.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#535958 (or 0x535958) is known color: Mako. HEX triplet: 53, 59 and 58. RGB value is (83,89,88). Sum of RGB (Red+Green+Blue) = 83+89+88=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 89 - color contains mainly: green. Hex color #535958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535958 is #ACA6A7. Grayscale: #575757. Windows color (decimal): -11314856 or 5790035. OLE color: 5790035.

HSL color Cylindrical-coordinate representation of color #535958: hue angle of 170º 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 #535958 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 88 -
CMYK 0.07 0 0.01 0.65
HSL 170º 0.03% 0.34% -
HSV(B) 170º 0.07% 0.35% -
XYZ 8.9 9.69 10.63 -
YUV 87.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 83 89 88 0.07 0 0.01 0.65 170 0.03 0.34
Hex 53 59 58 7 0 1 41 AA 3 22
Octal 123 131 130 7 0 1 101 252 3 42
Binary 1010011 1011001 1011000 111 0 1 1000001 10101010 11 100010

Color Harmonies of #535958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535958

Black with #535958

Text Example


Text Example

White with #535958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535958; }

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

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

background-color css

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

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

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

border-color css

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

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

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