Html Css Color HEX #535858 Mako

📋 copy color: '#535858'

red 83 ◦ green 88 ◦ blue 88

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

Shades of Mako #535858

Tints of Mako #535858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

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

R = 32.05%
G = 33.98%
B = 33.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535858 (or 0x535858) is known color: Mako. HEX triplet: 53, 58 and 58. RGB value is (83,88,88). Sum of RGB (Red+Green+Blue) = 83+88+88=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #535858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535858 is #ACA7A7. Grayscale: #565656. Windows color (decimal): -11315112 or 5789779. OLE color: 5789779.

HSL color Cylindrical-coordinate representation of color #535858: 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.06%. Process color model (Four color, CMYK) of #535858 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 88 -
CMYK 0.06 0 0 0.65
HSL 180º 0.03% 0.34% -
HSV(B) 180º 0.06% 0.35% -
XYZ 8.82 9.52 10.61 -
YUV 86.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 83 88 88 0.06 0 0 0.65 180 0.03 0.34
Hex 53 58 58 6 0 0 41 B4 3 22
Octal 123 130 130 6 0 0 101 264 3 42
Binary 1010011 1011000 1011000 110 0 0 1000001 10110100 11 100010

Color Harmonies of #535858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535858

Black with #535858

Text Example


Text Example

White with #535858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535858; }

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

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

background-color css

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

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

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

border-color css

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

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

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