Html Css Color HEX #505958 Mako

📋 copy color: '#505958'

red 80 ◦ green 89 ◦ blue 88

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

Shades of Mako #505958

Tints of Mako #505958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 31.13%
G = 34.63%
B = 34.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#505958 (or 0x505958) is known color: Mako. HEX triplet: 50, 59 and 58. RGB value is (80,89,88). Sum of RGB (Red+Green+Blue) = 80+89+88=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #505958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505958 is #AFA6A7. Grayscale: #565656. Windows color (decimal): -11511464 or 5790032. OLE color: 5790032.

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

Color convert

RGB 80 89 88 -
CMYK 0.10 0 0.01 0.65
HSL 173.33º 0.05% 0.33% -
HSV(B) 173.33º 0.1% 0.35% -
XYZ 8.64 9.55 10.62 -
YUV 86.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 80 89 88 0.10 0 0.01 0.65 173.33 0.05 0.33
Hex 50 59 58 A 0 1 41 AD 5 21
Octal 120 131 130 12 0 1 101 255 5 41
Binary 1010000 1011001 1011000 1010 0 1 1000001 10101101 101 100001

Color Harmonies of #505958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505958

Black with #505958

Text Example


Text Example

White with #505958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505958; }

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

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

background-color css

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

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

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

border-color css

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

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

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