Html Css Color HEX #535857 Mako

📋 copy color: '#535857'

red 83 ◦ green 88 ◦ blue 87

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

Shades of Mako #535857

Tints of Mako #535857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.72%

R = 32.17%
G = 34.11%
B = 33.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#535857 (or 0x535857) is known color: Mako. HEX triplet: 53, 58 and 57. RGB value is (83,88,87). Sum of RGB (Red+Green+Blue) = 83+88+87=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 88 - color contains mainly: green. Hex color #535857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535857 is #ACA7A8. Grayscale: #565656. Windows color (decimal): -11315113 or 5724243. OLE color: 5724243.

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

Color convert

RGB 83 88 87 -
CMYK 0.06 0 0.01 0.65
HSL 168º 0.03% 0.34% -
HSV(B) 168º 0.06% 0.35% -
XYZ 8.78 9.51 10.39 -
YUV 86.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 83 88 87 0.06 0 0.01 0.65 168 0.03 0.34
Hex 53 58 57 6 0 1 41 A8 3 22
Octal 123 130 127 6 0 1 101 250 3 42
Binary 1010011 1011000 1010111 110 0 1 1000001 10101000 11 100010

Color Harmonies of #535857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535857

Black with #535857

Text Example


Text Example

White with #535857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535857; }

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

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

background-color css

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

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

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

border-color css

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

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

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