#505866

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

Shades of Bright Grey #505866

Tints of Bright Grey #505866

Color information

#505866 (or 0x505866) is unknown color: approx Bright Grey. HEX triplet: 50, 58 and 66. RGB value is (80,88,102). Sum of RGB (Red+Green+Blue) = 80+88+102=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #505866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505866 is #AFA799. Grayscale: #575757. Windows color (decimal): -11511706 or 6707280. OLE color: 6707280.

HSL color Cylindrical-coordinate representation of color #505866: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #505866 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8088102-
CMYK0.220.1400.6
HSL218.18º12.09%35.69%-
HSV(B)218.18º21.57%40%-
XYZ9.29.6413.95-
YUV87.2136.35122.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=29.63%
G=32.59%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80881020.220.1400.6218.1812.0935.69
Hex50586616E03Cdac24
Octal12013014626160743321444
Binary1010000101100011001101011011100111100110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505866; }

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

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

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

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

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

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

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

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