Shades of Bright Grey #535A6A
Tints of Bright Grey #535A6A
RGB
CMYK
RGB Variations
Color information
#535A6A (or 0x535A6A) is known color: Bright Grey. HEX triplet: 53, 5A and 6A. RGB value is (83,90,106). Sum of RGB (Red+Green+Blue) = 83+90+106=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #535A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A6A is #ACA595. Grayscale: #595959. Windows color (decimal): -11314582 or 6969939. OLE color: 6969939.
HSL color Cylindrical-coordinate representation of color #535A6A: hue angle of 221.74º 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 #535A6A is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 90 | 106 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.58 |
| HSL | 221.74º | 0.12% | 0.37% | - |
| HSV(B) | 221.74º | 0.22% | 0.42% | - |
| XYZ | 9.82 | 10.19 | 15.09 | - |
| YUV | 89.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 106 | 0.22 | 0.15 | 0 | 0.58 | 221.74 | 0.12 | 0.37 |
| Hex | 53 | 5A | 6A | 16 | F | 0 | 3A | DE | C | 25 |
| Octal | 123 | 132 | 152 | 26 | 17 | 0 | 72 | 336 | 14 | 45 |
| Binary | 1010011 | 1011010 | 1101010 | 10110 | 1111 | 0 | 111010 | 11011110 | 1100 | 100101 |
Color Harmonies of #535A6A
Complementary color
Monochromatic Colors of #535A6A
Black with #535A6A
Text Example
Text Example
White with #535A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A6A; }
p { color: rgb(83,90,106); }
H1.HeaderClassName
{
color: #535A6A;
}
.AnyTagClassName
{
color: #535A6A;
}
</style>
background-color css
<style>
a { background-color: #535A6A; }
a { background-color: rgb(83,90,106); }
div.DivClassName
{
background-color: #535A6A;
}
.BgClassName
{
background-color: #535A6A;
}
</style>
border-color css
<style>
span { border-color: #535A6A; }
span { border-color: rgb(83,90,106); }
td.TdClassName
{
border-color: #535A6A;
}
.TagClassName
{
border-color: #535A6A;
}
</style>