#505361

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

Shades of Bright Grey #505361

Tints of Bright Grey #505361

Color information

#505361 (or 0x505361) is unknown color: approx Bright Grey. HEX triplet: 50, 53 and 61. RGB value is (80,83,97). Sum of RGB (Red+Green+Blue) = 80+83+97=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #505361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505361 is #AFAC9E. Grayscale: #535353. Windows color (decimal): -11512991 or 6378320. OLE color: 6378320.

HSL color Cylindrical-coordinate representation of color #505361: hue angle of 229.41º 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 #505361 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808397-
CMYK0.180.1400.62
HSL229.41º9.6%34.71%-
HSV(B)229.41º17.53%38.04%-
XYZ8.568.7612.55-
YUV83.7135.51125.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=30.77%
G=31.92%
B=37.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8083970.180.1400.62229.419.634.71
Hex50536112E03Ee5a23
Octal12012314122160763451243
Binary1010000101001111000011001011100111110111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505361; }

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

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

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

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

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

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

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

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