#535D5C

Color #535D5C Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #535D5C

Tints of Mako #535D5C

Color information

#535D5C (or 0x535D5C) is unknown color: approx Mako. HEX triplet: 53, 5D and 5C. RGB value is (83,93,92). Sum of RGB (Red+Green+Blue) = 83+93+92=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #535D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D5C is #ACA2A3. Grayscale: #595959. Windows color (decimal): -11313828 or 6053203. OLE color: 6053203.

HSL color Cylindrical-coordinate representation of color #535D5C: hue angle of 174º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D5C is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB839392-
CMYK0.1100.010.64
HSL174º5.68%34.51%-
HSV(B)174º10.75%36.47%-
XYZ9.4110.4411.64-
YUV89.9129.19123.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=30.97%
G=34.70%
B=34.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393920.1100.010.641745.6834.51
Hex535D5CB0140ae623
Octal1231351341301100256643
Binary101001110111011011100101101100000010101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,92); }

 H1.HeaderClassName
 {
   color: #535D5C;
 }
 .AnyTagClassName
 {
   color: #535D5C;
 }
</style>
background-color css

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

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

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

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

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

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