#515C6A

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

Shades of Bright Grey #515C6A

Tints of Bright Grey #515C6A

Color information

#515C6A (or 0x515C6A) is unknown color: approx Bright Grey. HEX triplet: 51, 5C and 6A. RGB value is (81,92,106). Sum of RGB (Red+Green+Blue) = 81+92+106=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #515C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6A is #AEA395. Grayscale: #5A5A5A. Windows color (decimal): -11445142 or 6970449. OLE color: 6970449.

HSL color Cylindrical-coordinate representation of color #515C6A: hue angle of 213.6º degrees, saturation: 0.13, 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 #515C6A is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8192106-
CMYK0.240.1300.58
HSL213.6º13.37%36.67%-
HSV(B)213.6º23.58%41.57%-
XYZ9.8210.4415.13-
YUV90.31136.86121.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=29.03%
G=32.97%
B=37.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81921060.240.1300.58213.613.3736.67
Hex515C6A18D03Ad6d25
Octal12113415230150723261545
Binary1010001101110011010101100011010111010110101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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