#505861

Color #505861 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #505861

Tints of Bright Grey #505861

Color information

#505861 (or 0x505861) is unknown color: approx Bright Grey. HEX triplet: 50, 58 and 61. RGB value is (80,88,97). Sum of RGB (Red+Green+Blue) = 80+88+97=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #505861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505861 is #AFA79E. Grayscale: #565656. Windows color (decimal): -11511711 or 6379600. OLE color: 6379600.

HSL color Cylindrical-coordinate representation of color #505861: hue angle of 211.76º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505861 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808897-
CMYK0.180.0900.62
HSL211.76º9.6%34.71%-
HSV(B)211.76º17.53%38.04%-
XYZ8.969.5512.68-
YUV86.63133.85123.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=30.19%
G=33.21%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8088970.180.0900.62211.769.634.71
Hex50586112903Ed4a23
Octal12013014122110763241243
Binary1010000101100011000011001010010111110110101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505861; }

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

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

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

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

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

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

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

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