Html Css Color HEX #515758 Mako

📋 copy color: '#515758'

red 81 ◦ green 87 ◦ blue 88

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

Shades of Mako #515758

Tints of Mako #515758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 31.64%
G = 33.98%
B = 34.38%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515758 (or 0x515758) is known color: Mako. HEX triplet: 51, 57 and 58. RGB value is (81,87,88). Sum of RGB (Red+Green+Blue) = 81+87+88=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: blue. Hex color #515758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515758 is #AEA8A7. Grayscale: #555555. Windows color (decimal): -11446440 or 5789521. OLE color: 5789521.

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

Color convert

RGB 81 87 88 -
CMYK 0.08 0.01 0 0.65
HSL 188.57º 0.04% 0.33% -
HSV(B) 188.57º 0.08% 0.35% -
XYZ 8.56 9.27 10.57 -
YUV 85.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 81 87 88 0.08 0.01 0 0.65 188.57 0.04 0.33
Hex 51 57 58 8 1 0 41 BD 4 21
Octal 121 127 130 10 1 0 101 275 4 41
Binary 1010001 1010111 1011000 1000 1 0 1000001 10111101 100 100001

Color Harmonies of #515758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515758

Black with #515758

Text Example


Text Example

White with #515758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515758; }

 p { color: rgb(81,87,88); }

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

background-color css

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

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

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

border-color css

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

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

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