#505A66

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

Shades of Bright Grey #505A66

Tints of Bright Grey #505A66

Color information

#505A66 (or 0x505A66) is unknown color: approx Bright Grey. HEX triplet: 50, 5A and 66. RGB value is (80,90,102). Sum of RGB (Red+Green+Blue) = 80+90+102=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #505A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A66 is #AFA599. Grayscale: #585858. Windows color (decimal): -11511194 or 6707792. OLE color: 6707792.

HSL color Cylindrical-coordinate representation of color #505A66: hue angle of 212.73º 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 #505A66 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8090102-
CMYK0.220.1200.6
HSL212.73º12.09%35.69%-
HSV(B)212.73º21.57%40%-
XYZ9.369.9814-
YUV88.38135.69122.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=29.41%
G=33.09%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80901020.220.1200.6212.7312.0935.69
Hex505A6616C03Cd5c24
Octal12013214626140743251444
Binary1010000101101011001101011011000111100110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A66; }

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

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

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

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

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

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

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

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