Html Css Color HEX #515959 Mako

📋 copy color: '#515959'

red 81 ◦ green 89 ◦ blue 89

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

Shades of Mako #515959

Tints of Mako #515959

RGB

 RED value IS 81 (32.03% from 255) = 31.27%

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

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

R = 31.27%
G = 34.36%
B = 34.36%

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

#515959 (or 0x515959) is known color: Mako. HEX triplet: 51, 59 and 59. RGB value is (81,89,89). Sum of RGB (Red+Green+Blue) = 81+89+89=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #515959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515959 is #AEA6A6. Grayscale: #565656. Windows color (decimal): -11445927 or 5855569. OLE color: 5855569.

HSL color Cylindrical-coordinate representation of color #515959: 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 #515959 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 89 -
CMYK 0.09 0 0 0.65
HSL 180º 0.05% 0.33% -
HSV(B) 180º 0.09% 0.35% -
XYZ 8.77 9.62 10.84 -
YUV 86.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 81 89 89 0.09 0 0 0.65 180 0.05 0.33
Hex 51 59 59 9 0 0 41 B4 5 21
Octal 121 131 131 11 0 0 101 264 5 41
Binary 1010001 1011001 1011001 1001 0 0 1000001 10110100 101 100001

Color Harmonies of #515959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515959

Black with #515959

Text Example


Text Example

White with #515959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515959; }

 p { color: rgb(81,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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