#515258

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

Shades of Bright Grey #515258

Tints of Bright Grey #515258

Color information

#515258 (or 0x515258) is unknown color: approx Bright Grey. HEX triplet: 51, 52 and 58. RGB value is (81,82,88). Sum of RGB (Red+Green+Blue) = 81+82+88=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #515258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515258 is #AEADA7. Grayscale: #525252. Windows color (decimal): -11447720 or 5788241. OLE color: 5788241.

HSL color Cylindrical-coordinate representation of color #515258: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515258 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB818288-
CMYK0.080.0700.65
HSL231.43º4.14%33.14%-
HSV(B)231.43º7.95%34.51%-
XYZ8.178.4910.44-
YUV82.38131.17127.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=32.27%
G=32.67%
B=35.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8182880.080.0700.65231.434.1433.14
Hex51525887041e7421
Octal1211221301070101347441
Binary10100011010010101100010001110100000111100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515258; }

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

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

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

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

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

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

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

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