#505661

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

Shades of Bright Grey #505661

Tints of Bright Grey #505661

Color information

#505661 (or 0x505661) is unknown color: approx Bright Grey. HEX triplet: 50, 56 and 61. RGB value is (80,86,97). Sum of RGB (Red+Green+Blue) = 80+86+97=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #505661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505661 is #AFA99E. Grayscale: #555555. Windows color (decimal): -11512223 or 6379088. OLE color: 6379088.

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

Color convert

RGB808697-
CMYK0.180.1100.62
HSL218.82º9.6%34.71%-
HSV(B)218.82º17.53%38.04%-
XYZ8.799.2212.63-
YUV85.46134.51124.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=30.42%
G=32.70%
B=36.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8086970.180.1100.62218.829.634.71
Hex50566112B03Edba23
Octal12012614122130763331243
Binary1010000101011011000011001010110111110110110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505661; }

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

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

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

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

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

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

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

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