#515255

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

Shades of Bright Grey #515255

Tints of Bright Grey #515255

Color information

#515255 (or 0x515255) is unknown color: approx Bright Grey. HEX triplet: 51, 52 and 55. RGB value is (81,82,85). Sum of RGB (Red+Green+Blue) = 81+82+85=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 85 - color contains mainly: blue. Hex color #515255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515255 is #AEADAA. Grayscale: #525252. Windows color (decimal): -11447723 or 5591633. OLE color: 5591633.

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

Color convert

RGB818285-
CMYK0.050.0400.67
HSL225º2.41%32.55%-
HSV(B)225º4.71%33.33%-
XYZ8.058.449.8-
YUV82.04129.67127.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=32.66%
G=33.06%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8182850.050.0400.672252.4132.55
Hex51525554043e1221
Octal121122125540103341241
Binary101000110100101010101101100010000111110000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515255; }

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

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

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

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

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

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

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

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