#515358

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

Shades of Bright Grey #515358

Tints of Bright Grey #515358

Color information

#515358 (or 0x515358) is unknown color: approx Bright Grey. HEX triplet: 51, 53 and 58. RGB value is (81,83,88). Sum of RGB (Red+Green+Blue) = 81+83+88=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #515358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515358 is #AEACA7. Grayscale: #525252. Windows color (decimal): -11447464 or 5788497. OLE color: 5788497.

HSL color Cylindrical-coordinate representation of color #515358: hue angle of 222.86º 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 #515358 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB818388-
CMYK0.080.0600.65
HSL222.86º4.14%33.14%-
HSV(B)222.86º7.95%34.51%-
XYZ8.258.6410.47-
YUV82.97130.84126.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=32.14%
G=32.94%
B=34.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8183880.080.0600.65222.864.1433.14
Hex51535886041df421
Octal1211231301060101337441
Binary10100011010011101100010001100100000111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515358; }

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

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

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

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

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

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

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

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