#515A65

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

Shades of Bright Grey #515A65

Tints of Bright Grey #515A65

Color information

#515A65 (or 0x515A65) is unknown color: approx Bright Grey. HEX triplet: 51, 5A and 65. RGB value is (81,90,101). Sum of RGB (Red+Green+Blue) = 81+90+101=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #515A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A65 is #AEA59A. Grayscale: #585858. Windows color (decimal): -11445659 or 6642257. OLE color: 6642257.

HSL color Cylindrical-coordinate representation of color #515A65: hue angle of 213º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515A65 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8190101-
CMYK0.200.1100.60
HSL213º10.99%35.69%-
HSV(B)213º19.8%39.61%-
XYZ9.41013.75-
YUV88.56135.02122.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=29.78%
G=33.09%
B=37.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81901010.200.1100.6021310.9935.69
Hex515A6514B03Cd5b24
Octal12113214524130743251344
Binary1010001101101011001011010010110111100110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,90,101); }

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

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

 a { background-color: rgb(81,90,101); }

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

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

 span { border-color: rgb(81,90,101); }

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