#515767

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

Shades of Bright Grey #515767

Tints of Bright Grey #515767

Color information

#515767 (or 0x515767) is unknown color: approx Bright Grey. HEX triplet: 51, 57 and 67. RGB value is (81,87,103). Sum of RGB (Red+Green+Blue) = 81+87+103=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #515767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515767 is #AEA898. Grayscale: #565656. Windows color (decimal): -11446425 or 6772561. OLE color: 6772561.

HSL color Cylindrical-coordinate representation of color #515767: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515767 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8187103-
CMYK0.210.1600.60
HSL223.64º11.96%36.08%-
HSV(B)223.64º21.36%40.39%-
XYZ9.259.5414.19-
YUV87.03137.01123.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=29.89%
G=32.10%
B=38.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81871030.210.1600.60223.6411.9636.08
Hex515767151003Ce0c24
Octal12112714725200743401444
Binary10100011010111110011110101100000111100111000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515767; }

 p { color: rgb(81,87,103); }

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

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

 a { background-color: rgb(81,87,103); }

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

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

 span { border-color: rgb(81,87,103); }

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