#515969

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

Shades of Bright Grey #515969

Tints of Bright Grey #515969

Color information

#515969 (or 0x515969) is unknown color: approx Bright Grey. HEX triplet: 51, 59 and 69. RGB value is (81,89,105). Sum of RGB (Red+Green+Blue) = 81+89+105=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #515969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515969 is #AEA696. Grayscale: #585858. Windows color (decimal): -11445911 or 6904145. OLE color: 6904145.

HSL color Cylindrical-coordinate representation of color #515969: hue angle of 220º 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 #515969 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8189105-
CMYK0.230.1500.59
HSL220º12.9%36.47%-
HSV(B)220º22.86%41.18%-
XYZ9.529.9114.78-
YUV88.43137.35122.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=29.45%
G=32.36%
B=38.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81891050.230.1500.5922012.936.47
Hex51596917F03Bdcd24
Octal12113115127170733341544
Binary1010001101100111010011011111110111011110111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515969; }

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

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

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

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

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

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

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

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