#515B69

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

Shades of Bright Grey #515B69

Tints of Bright Grey #515B69

Color information

#515B69 (or 0x515B69) is unknown color: approx Bright Grey. HEX triplet: 51, 5B and 69. RGB value is (81,91,105). Sum of RGB (Red+Green+Blue) = 81+91+105=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #515B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B69 is #AEA496. Grayscale: #595959. Windows color (decimal): -11445399 or 6904657. OLE color: 6904657.

HSL color Cylindrical-coordinate representation of color #515B69: hue angle of 215º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515B69 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8191105-
CMYK0.230.1300.59
HSL215º12.9%36.47%-
HSV(B)215º22.86%41.18%-
XYZ9.6810.2514.83-
YUV89.61136.69121.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=29.24%
G=32.85%
B=37.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81911050.230.1300.5921512.936.47
Hex515B6917D03Bd7d24
Octal12113315127150733271544
Binary1010001101101111010011011111010111011110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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