Shades of Bright Grey #535A69
Tints of Bright Grey #535A69
RGB
CMYK
RGB Variations
Color information
#535A69 (or 0x535A69) is known color: Bright Grey. HEX triplet: 53, 5A and 69. RGB value is (83,90,105). Sum of RGB (Red+Green+Blue) = 83+90+105=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #535A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A69 is #ACA596. Grayscale: #595959. Windows color (decimal): -11314583 or 6904403. OLE color: 6904403.
HSL color Cylindrical-coordinate representation of color #535A69: hue angle of 220.91º 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 #535A69 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 90 | 105 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.59 |
| HSL | 220.91º | 0.12% | 0.37% | - |
| HSV(B) | 220.91º | 0.21% | 0.41% | - |
| XYZ | 9.77 | 10.17 | 14.81 | - |
| YUV | 89.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 105 | 0.21 | 0.14 | 0 | 0.59 | 220.91 | 0.12 | 0.37 |
| Hex | 53 | 5A | 69 | 15 | E | 0 | 3B | DD | C | 25 |
| Octal | 123 | 132 | 151 | 25 | 16 | 0 | 73 | 335 | 14 | 45 |
| Binary | 1010011 | 1011010 | 1101001 | 10101 | 1110 | 0 | 111011 | 11011101 | 1100 | 100101 |
Color Harmonies of #535A69
Complementary color
Monochromatic Colors of #535A69
Black with #535A69
Text Example
Text Example
White with #535A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A69; }
p { color: rgb(83,90,105); }
H1.HeaderClassName
{
color: #535A69;
}
.AnyTagClassName
{
color: #535A69;
}
</style>
background-color css
<style>
a { background-color: #535A69; }
a { background-color: rgb(83,90,105); }
div.DivClassName
{
background-color: #535A69;
}
.BgClassName
{
background-color: #535A69;
}
</style>
border-color css
<style>
span { border-color: #535A69; }
span { border-color: rgb(83,90,105); }
td.TdClassName
{
border-color: #535A69;
}
.TagClassName
{
border-color: #535A69;
}
</style>