#505C5B

Color #505C5B Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #505C5B

Tints of Mako #505C5B

Color information

#505C5B (or 0x505C5B) is unknown color: approx Mako. HEX triplet: 50, 5C and 5B. RGB value is (80,92,91). Sum of RGB (Red+Green+Blue) = 80+92+91=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 92 - color contains mainly: green. Hex color #505C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C5B is #AFA3A4. Grayscale: #585858. Windows color (decimal): -11510693 or 5987408. OLE color: 5987408.

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

Color convert

RGB809291-
CMYK0.1300.010.64
HSL175º6.98%33.73%-
HSV(B)175º13.04%36.08%-
XYZ9.0210.1211.37-
YUV88.3129.52122.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=30.42%
G=34.98%
B=34.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092910.1300.010.641756.9833.73
Hex505C5BD0140af722
Octal1201341331501100257742
Binary101000010111001011011110101100000010101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505C5B;
 }
 .AnyTagClassName
 {
   color: #505C5B;
 }
</style>
background-color css

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

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

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

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

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

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