Html Css Color HEX #505A59 Mako

📋 copy color: '#505A59'

red 80 ◦ green 90 ◦ blue 89

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

Shades of Mako #505A59

Tints of Mako #505A59

RGB

 RED value IS 80 (31.64% from 255) = 30.89%

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

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 30.89%
G = 34.75%
B = 34.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#505A59 (or 0x505A59) is known color: Mako. HEX triplet: 50, 5A and 59. RGB value is (80,90,89). Sum of RGB (Red+Green+Blue) = 80+90+89=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 90 - color contains mainly: green. Hex color #505A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A59 is #AFA5A6. Grayscale: #565656. Windows color (decimal): -11511207 or 5855824. OLE color: 5855824.

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

Color convert

RGB 80 90 89 -
CMYK 0.11 0 0.01 0.65
HSL 174º 0.06% 0.33% -
HSV(B) 174º 0.11% 0.35% -
XYZ 8.77 9.74 10.87 -
YUV 86.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 80 90 89 0.11 0 0.01 0.65 174 0.06 0.33
Hex 50 5A 59 B 0 1 41 AE 6 21
Octal 120 132 131 13 0 1 101 256 6 41
Binary 1010000 1011010 1011001 1011 0 1 1000001 10101110 110 100001

Color Harmonies of #505A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A59

Black with #505A59

Text Example


Text Example

White with #505A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A59; }

 p { color: rgb(80,90,89); }

 H1.HeaderClassName
 {
   color: #505A59;
 }
 .AnyTagClassName
 {
   color: #505A59;
 }
</style>

background-color css

<style>
 a { background-color: #505A59; }

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

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

border-color css

<style>
 span { border-color: #505A59; }

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

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