Html Css Color HEX #535B5A Mako

📋 copy color: '#535B5A'

red 83 ◦ green 91 ◦ blue 90

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

Shades of Mako #535B5A

Tints of Mako #535B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 31.44%
G = 34.47%
B = 34.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#535B5A (or 0x535B5A) is known color: Mako. HEX triplet: 53, 5B and 5A. RGB value is (83,91,90). Sum of RGB (Red+Green+Blue) = 83+91+90=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 91 - color contains mainly: green. Hex color #535B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B5A is #ACA4A5. Grayscale: #585858. Windows color (decimal): -11314342 or 5921619. OLE color: 5921619.

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

Color convert

RGB 83 91 90 -
CMYK 0.09 0 0.01 0.64
HSL 172.5º 0.05% 0.34% -
HSV(B) 172.5º 0.09% 0.36% -
XYZ 9.15 10.06 11.13 -
YUV 88.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 83 91 90 0.09 0 0.01 0.64 172.5 0.05 0.34
Hex 53 5B 5A 9 0 1 40 AC 5 22
Octal 123 133 132 11 0 1 100 254 5 42
Binary 1010011 1011011 1011010 1001 0 1 1000000 10101100 101 100010

Color Harmonies of #535B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B5A

Black with #535B5A

Text Example


Text Example

White with #535B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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