#505461

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

Shades of Bright Grey #505461

Tints of Bright Grey #505461

Color information

#505461 (or 0x505461) is unknown color: approx Bright Grey. HEX triplet: 50, 54 and 61. RGB value is (80,84,97). Sum of RGB (Red+Green+Blue) = 80+84+97=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #505461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505461 is #AFAB9E. Grayscale: #545454. Windows color (decimal): -11512735 or 6378576. OLE color: 6378576.

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

Color convert

RGB808497-
CMYK0.180.1300.62
HSL225.88º9.6%34.71%-
HSV(B)225.88º17.53%38.04%-
XYZ8.648.9112.57-
YUV84.29135.17124.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=30.65%
G=32.18%
B=37.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8084970.180.1300.62225.889.634.71
Hex50546112D03Ee2a23
Octal12012414122150763421243
Binary1010000101010011000011001011010111110111000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505461; }

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

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

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

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

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

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

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

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