#515562

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

Shades of Bright Grey #515562

Tints of Bright Grey #515562

Color information

#515562 (or 0x515562) is unknown color: approx Bright Grey. HEX triplet: 51, 55 and 62. RGB value is (81,85,98). Sum of RGB (Red+Green+Blue) = 81+85+98=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #515562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515562 is #AEAA9D. Grayscale: #555555. Windows color (decimal): -11446942 or 6444369. OLE color: 6444369.

HSL color Cylindrical-coordinate representation of color #515562: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #515562 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB818598-
CMYK0.170.1300.62
HSL225.88º9.5%35.1%-
HSV(B)225.88º17.35%38.43%-
XYZ8.859.1312.85-
YUV85.29135.17124.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=30.68%
G=32.20%
B=37.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8185980.170.1300.62225.889.535.1
Hex51556211D03Ee2923
Octal12112514221150763421143
Binary1010001101010111000101000111010111110111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515562; }

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

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

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

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

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

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

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

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