Shades of Bright Grey #515A68
Tints of Bright Grey #515A68
RGB
CMYK
RGB Variations
Color information
#515A68 (or 0x515A68) is known color: Bright Grey. HEX triplet: 51, 5A and 68. RGB value is (81,90,104). Sum of RGB (Red+Green+Blue) = 81+90+104=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #515A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A68 is #AEA597. Grayscale: #585858. Windows color (decimal): -11445656 or 6838865. OLE color: 6838865.
HSL color Cylindrical-coordinate representation of color #515A68: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515A68 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 90 | 104 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.59 |
| HSL | 216.52º | 0.12% | 0.36% | - |
| HSV(B) | 216.52º | 0.22% | 0.41% | - |
| XYZ | 9.55 | 10.06 | 14.54 | - |
| YUV | 88.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 104 | 0.22 | 0.13 | 0 | 0.59 | 216.52 | 0.12 | 0.36 |
| Hex | 51 | 5A | 68 | 16 | D | 0 | 3B | D9 | C | 24 |
| Octal | 121 | 132 | 150 | 26 | 15 | 0 | 73 | 331 | 14 | 44 |
| Binary | 1010001 | 1011010 | 1101000 | 10110 | 1101 | 0 | 111011 | 11011001 | 1100 | 100100 |
Color Harmonies of #515A68
Complementary color
Monochromatic Colors of #515A68
Black with #515A68
Text Example
Text Example
White with #515A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A68; }
p { color: rgb(81,90,104); }
H1.HeaderClassName
{
color: #515A68;
}
.AnyTagClassName
{
color: #515A68;
}
</style>
background-color css
<style>
a { background-color: #515A68; }
a { background-color: rgb(81,90,104); }
div.DivClassName
{
background-color: #515A68;
}
.BgClassName
{
background-color: #515A68;
}
</style>
border-color css
<style>
span { border-color: #515A68; }
span { border-color: rgb(81,90,104); }
td.TdClassName
{
border-color: #515A68;
}
.TagClassName
{
border-color: #515A68;
}
</style>