Shades of Bright Grey #535C6A
Tints of Bright Grey #535C6A
RGB
CMYK
RGB Variations
Color information
#535C6A (or 0x535C6A) is known color: Bright Grey. HEX triplet: 53, 5C and 6A. RGB value is (83,92,106). Sum of RGB (Red+Green+Blue) = 83+92+106=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #535C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C6A is #ACA395. Grayscale: #5A5A5A. Windows color (decimal): -11314070 or 6970451. OLE color: 6970451.
HSL color Cylindrical-coordinate representation of color #535C6A: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535C6A is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 92 | 106 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.58 |
| HSL | 216.52º | 0.12% | 0.37% | - |
| HSV(B) | 216.52º | 0.22% | 0.42% | - |
| XYZ | 10 | 10.53 | 15.14 | - |
| YUV | 90.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 106 | 0.22 | 0.13 | 0 | 0.58 | 216.52 | 0.12 | 0.37 |
| Hex | 53 | 5C | 6A | 16 | D | 0 | 3A | D9 | C | 25 |
| Octal | 123 | 134 | 152 | 26 | 15 | 0 | 72 | 331 | 14 | 45 |
| Binary | 1010011 | 1011100 | 1101010 | 10110 | 1101 | 0 | 111010 | 11011001 | 1100 | 100101 |
Color Harmonies of #535C6A
Complementary color
Monochromatic Colors of #535C6A
Black with #535C6A
Text Example
Text Example
White with #535C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C6A; }
p { color: rgb(83,92,106); }
H1.HeaderClassName
{
color: #535C6A;
}
.AnyTagClassName
{
color: #535C6A;
}
</style>
background-color css
<style>
a { background-color: #535C6A; }
a { background-color: rgb(83,92,106); }
div.DivClassName
{
background-color: #535C6A;
}
.BgClassName
{
background-color: #535C6A;
}
</style>
border-color css
<style>
span { border-color: #535C6A; }
span { border-color: rgb(83,92,106); }
td.TdClassName
{
border-color: #535C6A;
}
.TagClassName
{
border-color: #535C6A;
}
</style>