Html Css Color HEX #535A5A Mako

📋 copy color: '#535A5A'

red 83 ◦ green 90 ◦ blue 90

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

Shades of Mako #535A5A

Tints of Mako #535A5A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

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

R = 31.56%
G = 34.22%
B = 34.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535A5A (or 0x535A5A) is known color: Mako. HEX triplet: 53, 5A and 5A. RGB value is (83,90,90). Sum of RGB (Red+Green+Blue) = 83+90+90=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #535A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A5A is #ACA5A5. Grayscale: #575757. Windows color (decimal): -11314598 or 5921363. OLE color: 5921363.

HSL color Cylindrical-coordinate representation of color #535A5A: hue angle of 180º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #535A5A is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 90 -
CMYK 0.08 0 0 0.65
HSL 180º 0.04% 0.34% -
HSV(B) 180º 0.08% 0.35% -
XYZ 9.07 9.89 11.1 -
YUV 87.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 83 90 90 0.08 0 0 0.65 180 0.04 0.34
Hex 53 5A 5A 8 0 0 41 B4 4 22
Octal 123 132 132 10 0 0 101 264 4 42
Binary 1010011 1011010 1011010 1000 0 0 1000001 10110100 100 100010

Color Harmonies of #535A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A5A

Black with #535A5A

Text Example


Text Example

White with #535A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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