Shades of Bright Grey #535C68
Tints of Bright Grey #535C68
RGB
CMYK
RGB Variations
Color information
#535C68 (or 0x535C68) is known color: Bright Grey. HEX triplet: 53, 5C and 68. RGB value is (83,92,104). Sum of RGB (Red+Green+Blue) = 83+92+104=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #535C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C68 is #ACA397. Grayscale: #5A5A5A. Windows color (decimal): -11314072 or 6839379. OLE color: 6839379.
HSL color Cylindrical-coordinate representation of color #535C68: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535C68 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 92 | 104 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.59 |
| HSL | 214.29º | 0.11% | 0.37% | - |
| HSV(B) | 214.29º | 0.2% | 0.41% | - |
| XYZ | 9.89 | 10.49 | 14.6 | - |
| YUV | 90.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 104 | 0.20 | 0.12 | 0 | 0.59 | 214.29 | 0.11 | 0.37 |
| Hex | 53 | 5C | 68 | 14 | C | 0 | 3B | D6 | B | 25 |
| Octal | 123 | 134 | 150 | 24 | 14 | 0 | 73 | 326 | 13 | 45 |
| Binary | 1010011 | 1011100 | 1101000 | 10100 | 1100 | 0 | 111011 | 11010110 | 1011 | 100101 |
Color Harmonies of #535C68
Complementary color
Monochromatic Colors of #535C68
Black with #535C68
Text Example
Text Example
White with #535C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C68; }
p { color: rgb(83,92,104); }
H1.HeaderClassName
{
color: #535C68;
}
.AnyTagClassName
{
color: #535C68;
}
</style>
background-color css
<style>
a { background-color: #535C68; }
a { background-color: rgb(83,92,104); }
div.DivClassName
{
background-color: #535C68;
}
.BgClassName
{
background-color: #535C68;
}
</style>
border-color css
<style>
span { border-color: #535C68; }
span { border-color: rgb(83,92,104); }
td.TdClassName
{
border-color: #535C68;
}
.TagClassName
{
border-color: #535C68;
}
</style>