Shades of Bright Grey #535C69
Tints of Bright Grey #535C69
RGB
CMYK
RGB Variations
Color information
#535C69 (or 0x535C69) is known color: Bright Grey. HEX triplet: 53, 5C and 69. RGB value is (83,92,105). Sum of RGB (Red+Green+Blue) = 83+92+105=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #535C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C69 is #ACA396. Grayscale: #5A5A5A. Windows color (decimal): -11314071 or 6904915. OLE color: 6904915.
HSL color Cylindrical-coordinate representation of color #535C69: hue angle of 215.45º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #535C69 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 92 | 105 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.59 |
| HSL | 215.45º | 0.12% | 0.37% | - |
| HSV(B) | 215.45º | 0.21% | 0.41% | - |
| XYZ | 9.94 | 10.51 | 14.87 | - |
| YUV | 90.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 105 | 0.21 | 0.12 | 0 | 0.59 | 215.45 | 0.12 | 0.37 |
| Hex | 53 | 5C | 69 | 15 | C | 0 | 3B | D7 | C | 25 |
| Octal | 123 | 134 | 151 | 25 | 14 | 0 | 73 | 327 | 14 | 45 |
| Binary | 1010011 | 1011100 | 1101001 | 10101 | 1100 | 0 | 111011 | 11010111 | 1100 | 100101 |
Color Harmonies of #535C69
Complementary color
Monochromatic Colors of #535C69
Black with #535C69
Text Example
Text Example
White with #535C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C69; }
p { color: rgb(83,92,105); }
H1.HeaderClassName
{
color: #535C69;
}
.AnyTagClassName
{
color: #535C69;
}
</style>
background-color css
<style>
a { background-color: #535C69; }
a { background-color: rgb(83,92,105); }
div.DivClassName
{
background-color: #535C69;
}
.BgClassName
{
background-color: #535C69;
}
</style>
border-color css
<style>
span { border-color: #535C69; }
span { border-color: rgb(83,92,105); }
td.TdClassName
{
border-color: #535C69;
}
.TagClassName
{
border-color: #535C69;
}
</style>