Html Css Color HEX #505858 Mako

📋 copy color: '#505858'

red 80 ◦ green 88 ◦ blue 88

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

Shades of Mako #505858

Tints of Mako #505858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 31.25%
G = 34.38%
B = 34.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505858 (or 0x505858) is known color: Mako. HEX triplet: 50, 58 and 58. RGB value is (80,88,88). Sum of RGB (Red+Green+Blue) = 80+88+88=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #505858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505858 is #AFA7A7. Grayscale: #555555. Windows color (decimal): -11511720 or 5789776. OLE color: 5789776.

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

Color convert

RGB 80 88 88 -
CMYK 0.09 0 0 0.65
HSL 180º 0.05% 0.33% -
HSV(B) 180º 0.09% 0.35% -
XYZ 8.56 9.39 10.59 -
YUV 85.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 80 88 88 0.09 0 0 0.65 180 0.05 0.33
Hex 50 58 58 9 0 0 41 B4 5 21
Octal 120 130 130 11 0 0 101 264 5 41
Binary 1010000 1011000 1011000 1001 0 0 1000001 10110100 101 100001

Color Harmonies of #505858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505858

Black with #505858

Text Example


Text Example

White with #505858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505858; }

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

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

background-color css

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

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

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

border-color css

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

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

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