#515B6B

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

Shades of Bright Grey #515B6B

Tints of Bright Grey #515B6B

Color information

#515B6B (or 0x515B6B) is unknown color: approx Bright Grey. HEX triplet: 51, 5B and 6B. RGB value is (81,91,107). Sum of RGB (Red+Green+Blue) = 81+91+107=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #515B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6B is #AEA494. Grayscale: #595959. Windows color (decimal): -11445397 or 7035729. OLE color: 7035729.

HSL color Cylindrical-coordinate representation of color #515B6B: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515B6B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8191107-
CMYK0.240.1500.58
HSL216.92º13.83%36.86%-
HSV(B)216.92º24.3%41.96%-
XYZ9.7910.2915.38-
YUV89.83137.69121.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=29.03%
G=32.62%
B=38.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81911070.240.1500.58216.9213.8336.86
Hex515B6B18F03Ad9e25
Octal12113315330170723311645
Binary1010001101101111010111100011110111010110110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515B6B; }

 p { color: rgb(81,91,107); }

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

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

 a { background-color: rgb(81,91,107); }

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

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

 span { border-color: rgb(81,91,107); }

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