#505255

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

Shades of Bright Grey #505255

Tints of Bright Grey #505255

Color information

#505255 (or 0x505255) is unknown color: approx Bright Grey. HEX triplet: 50, 52 and 55. RGB value is (80,82,85). Sum of RGB (Red+Green+Blue) = 80+82+85=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 85 - color contains mainly: blue. Hex color #505255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505255 is #AFADAA. Grayscale: #515151. Windows color (decimal): -11513259 or 5591632. OLE color: 5591632.

HSL color Cylindrical-coordinate representation of color #505255: hue angle of 216º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #505255 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB808285-
CMYK0.060.0400.67
HSL216º3.03%32.35%-
HSV(B)216º5.88%33.33%-
XYZ7.978.49.8-
YUV81.74129.84126.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=32.39%
G=33.20%
B=34.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8082850.060.0400.672163.0332.35
Hex50525564043d8320
Octal120122125640103330340
Binary101000010100101010101110100010000111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505255; }

 p { color: rgb(80,82,85); }

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

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

 a { background-color: rgb(80,82,85); }

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

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

 span { border-color: rgb(80,82,85); }

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