Html Css Color HEX #515C5B Mako

📋 copy color: '#515C5B'

red 81 ◦ green 92 ◦ blue 91

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

Shades of Mako #515C5B

Tints of Mako #515C5B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 30.68%
G = 34.85%
B = 34.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#515C5B (or 0x515C5B) is known color: Mako. HEX triplet: 51, 5C and 5B. RGB value is (81,92,91). Sum of RGB (Red+Green+Blue) = 81+92+91=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #515C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C5B is #AEA3A4. Grayscale: #585858. Windows color (decimal): -11445157 or 5987409. OLE color: 5987409.

HSL color Cylindrical-coordinate representation of color #515C5B: hue angle of 174.55º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #515C5B is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 92 91 -
CMYK 0.12 0 0.01 0.64
HSL 174.55º 0.06% 0.34% -
HSV(B) 174.55º 0.12% 0.36% -
XYZ 9.11 10.16 11.38 -
YUV 88.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 81 92 91 0.12 0 0.01 0.64 174.55 0.06 0.34
Hex 51 5C 5B C 0 1 40 AF 6 22
Octal 121 134 133 14 0 1 100 257 6 42
Binary 1010001 1011100 1011011 1100 0 1 1000000 10101111 110 100010

Color Harmonies of #515C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C5B

Black with #515C5B

Text Example


Text Example

White with #515C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515C5B; }

 p { color: rgb(81,92,91); }

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

background-color css

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

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

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

border-color css

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

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

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