Html Css Color HEX #535C5B Mako

📋 copy color: '#535C5B'

red 83 ◦ green 92 ◦ blue 91

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

Shades of Mako #535C5B

Tints of Mako #535C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 31.2%
G = 34.59%
B = 34.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#535C5B (or 0x535C5B) is known color: Mako. HEX triplet: 53, 5C and 5B. RGB value is (83,92,91). Sum of RGB (Red+Green+Blue) = 83+92+91=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #535C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C5B is #ACA3A4. Grayscale: #595959. Windows color (decimal): -11314085 or 5987411. OLE color: 5987411.

HSL color Cylindrical-coordinate representation of color #535C5B: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535C5B is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 91 -
CMYK 0.10 0 0.01 0.64
HSL 173.33º 0.05% 0.34% -
HSV(B) 173.33º 0.1% 0.36% -
XYZ 9.28 10.25 11.39 -
YUV 89.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 83 92 91 0.10 0 0.01 0.64 173.33 0.05 0.34
Hex 53 5C 5B A 0 1 40 AD 5 22
Octal 123 134 133 12 0 1 100 255 5 42
Binary 1010011 1011100 1011011 1010 0 1 1000000 10101101 101 100010

Color Harmonies of #535C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C5B

Black with #535C5B

Text Example


Text Example

White with #535C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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