#515C69

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

Shades of Bright Grey #515C69

Tints of Bright Grey #515C69

Color information

#515C69 (or 0x515C69) is unknown color: approx Bright Grey. HEX triplet: 51, 5C and 69. RGB value is (81,92,105). Sum of RGB (Red+Green+Blue) = 81+92+105=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #515C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C69 is #AEA396. Grayscale: #5A5A5A. Windows color (decimal): -11445143 or 6904913. OLE color: 6904913.

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

Color convert

RGB8192105-
CMYK0.230.1200.59
HSL212.5º12.9%36.47%-
HSV(B)212.5º22.86%41.18%-
XYZ9.7710.4214.86-
YUV90.19136.36121.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=29.14%
G=33.09%
B=37.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81921050.230.1200.59212.512.936.47
Hex515C6917C03Bd4d24
Octal12113415127140733241544
Binary1010001101110011010011011111000111011110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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