Shades of Bright Grey #535C6C
Tints of Bright Grey #535C6C
RGB
CMYK
RGB Variations
Color information
#535C6C (or 0x535C6C) is known color: Bright Grey. HEX triplet: 53, 5C and 6C. RGB value is (83,92,108). Sum of RGB (Red+Green+Blue) = 83+92+108=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #535C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C6C is #ACA393. Grayscale: #5B5B5B. Windows color (decimal): -11314068 or 7101523. OLE color: 7101523.
HSL color Cylindrical-coordinate representation of color #535C6C: hue angle of 218.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535C6C is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 92 | 108 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.58 |
| HSL | 218.4º | 0.13% | 0.37% | - |
| HSV(B) | 218.4º | 0.23% | 0.42% | - |
| XYZ | 10.1 | 10.58 | 15.7 | - |
| YUV | 91.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 108 | 0.23 | 0.15 | 0 | 0.58 | 218.4 | 0.13 | 0.37 |
| Hex | 53 | 5C | 6C | 17 | F | 0 | 3A | DA | D | 25 |
| Octal | 123 | 134 | 154 | 27 | 17 | 0 | 72 | 332 | 15 | 45 |
| Binary | 1010011 | 1011100 | 1101100 | 10111 | 1111 | 0 | 111010 | 11011010 | 1101 | 100101 |
Color Harmonies of #535C6C
Complementary color
Monochromatic Colors of #535C6C
Black with #535C6C
Text Example
Text Example
White with #535C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535C6C; }
p { color: rgb(83,92,108); }
H1.HeaderClassName
{
color: #535C6C;
}
.AnyTagClassName
{
color: #535C6C;
}
</style>
background-color css
<style>
a { background-color: #535C6C; }
a { background-color: rgb(83,92,108); }
div.DivClassName
{
background-color: #535C6C;
}
.BgClassName
{
background-color: #535C6C;
}
</style>
border-color css
<style>
span { border-color: #535C6C; }
span { border-color: rgb(83,92,108); }
td.TdClassName
{
border-color: #535C6C;
}
.TagClassName
{
border-color: #535C6C;
}
</style>