Shades of Bright Grey #53595F
Tints of Bright Grey #53595F
RGB
CMYK
RGB Variations
Color information
#53595F (or 0x53595F) is known color: Bright Grey. HEX triplet: 53, 59 and 5F. RGB value is (83,89,95). Sum of RGB (Red+Green+Blue) = 83+89+95=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 95 - color contains mainly: blue. Hex color #53595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53595F is #ACA6A0. Grayscale: #575757. Windows color (decimal): -11314849 or 6248787. OLE color: 6248787.
HSL color Cylindrical-coordinate representation of color #53595F: hue angle of 210º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53595F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 89 | 95 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.63 |
| HSL | 210º | 0.07% | 0.35% | - |
| HSV(B) | 210º | 0.13% | 0.37% | - |
| XYZ | 9.21 | 9.81 | 12.23 | - |
| YUV | 87.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 95 | 0.13 | 0.06 | 0 | 0.63 | 210 | 0.07 | 0.35 |
| Hex | 53 | 59 | 5F | D | 6 | 0 | 3F | D2 | 7 | 23 |
| Octal | 123 | 131 | 137 | 15 | 6 | 0 | 77 | 322 | 7 | 43 |
| Binary | 1010011 | 1011001 | 1011111 | 1101 | 110 | 0 | 111111 | 11010010 | 111 | 100011 |
Color Harmonies of #53595F
Complementary color
Monochromatic Colors of #53595F
Black with #53595F
Text Example
Text Example
White with #53595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53595F; }
p { color: rgb(83,89,95); }
H1.HeaderClassName
{
color: #53595F;
}
.AnyTagClassName
{
color: #53595F;
}
</style>
background-color css
<style>
a { background-color: #53595F; }
a { background-color: rgb(83,89,95); }
div.DivClassName
{
background-color: #53595F;
}
.BgClassName
{
background-color: #53595F;
}
</style>
border-color css
<style>
span { border-color: #53595F; }
span { border-color: rgb(83,89,95); }
td.TdClassName
{
border-color: #53595F;
}
.TagClassName
{
border-color: #53595F;
}
</style>