Html Css Color HEX #53605E Mako

📋 copy color: '#53605E'

red 83 ◦ green 96 ◦ blue 94

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

Shades of Mako #53605E

Tints of Mako #53605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 30.4%
G = 35.16%
B = 34.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#53605E (or 0x53605E) is known color: Mako. HEX triplet: 53, 60 and 5E. RGB value is (83,96,94). Sum of RGB (Red+Green+Blue) = 83+96+94=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #53605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53605E is #AC9FA1. Grayscale: #5B5B5B. Windows color (decimal): -11313058 or 6185043. OLE color: 6185043.

HSL color Cylindrical-coordinate representation of color #53605E: hue angle of 170.77º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #53605E is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 94 -
CMYK 0.14 0 0.02 0.62
HSL 170.77º 0.07% 0.35% -
HSV(B) 170.77º 0.14% 0.38% -
XYZ 9.77 11.01 12.2 -
YUV 91.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 83 96 94 0.14 0 0.02 0.62 170.77 0.07 0.35
Hex 53 60 5E E 0 2 3E AB 7 23
Octal 123 140 136 16 0 2 76 253 7 43
Binary 1010011 1100000 1011110 1110 0 10 111110 10101011 111 100011

Color Harmonies of #53605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53605E

Black with #53605E

Text Example


Text Example

White with #53605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53605E; }

 p { color: rgb(83,96,94); }

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

background-color css

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

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

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

border-color css

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

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

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