Html Css Color HEX #535656 Mako

📋 copy color: '#535656'

red 83 ◦ green 86 ◦ blue 86

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

Shades of Mako #535656

Tints of Mako #535656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 32.55%
G = 33.73%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#535656 (or 0x535656) is known color: Mako. HEX triplet: 53, 56 and 56. RGB value is (83,86,86). Sum of RGB (Red+Green+Blue) = 83+86+86=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #535656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535656 is #ACA9A9. Grayscale: #555555. Windows color (decimal): -11315626 or 5658195. OLE color: 5658195.

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

Color convert

RGB 83 86 86 -
CMYK 0.03 0 0 0.66
HSL 180º 0.02% 0.33% -
HSV(B) 180º 0.03% 0.34% -
XYZ 8.57 9.17 10.12 -
YUV 85.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 83 86 86 0.03 0 0 0.66 180 0.02 0.33
Hex 53 56 56 3 0 0 42 B4 2 21
Octal 123 126 126 3 0 0 102 264 2 41
Binary 1010011 1010110 1010110 11 0 0 1000010 10110100 10 100001

Color Harmonies of #535656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535656

Black with #535656

Text Example


Text Example

White with #535656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535656; }

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

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

background-color css

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

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

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

border-color css

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

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

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