Shades of Bright Grey #535965
Tints of Bright Grey #535965
RGB
CMYK
RGB Variations
Color information
#535965 (or 0x535965) is known color: Bright Grey. HEX triplet: 53, 59 and 65. RGB value is (83,89,101). Sum of RGB (Red+Green+Blue) = 83+89+101=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #535965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535965 is #ACA69A. Grayscale: #585858. Windows color (decimal): -11314843 or 6642003. OLE color: 6642003.
HSL color Cylindrical-coordinate representation of color #535965: hue angle of 220º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535965 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 89 | 101 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.60 |
| HSL | 220º | 0.1% | 0.36% | - |
| HSV(B) | 220º | 0.18% | 0.4% | - |
| XYZ | 9.49 | 9.92 | 13.73 | - |
| YUV | 88.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 101 | 0.18 | 0.12 | 0 | 0.60 | 220 | 0.1 | 0.36 |
| Hex | 53 | 59 | 65 | 12 | C | 0 | 3C | DC | A | 24 |
| Octal | 123 | 131 | 145 | 22 | 14 | 0 | 74 | 334 | 12 | 44 |
| Binary | 1010011 | 1011001 | 1100101 | 10010 | 1100 | 0 | 111100 | 11011100 | 1010 | 100100 |
Color Harmonies of #535965
Complementary color
Monochromatic Colors of #535965
Black with #535965
Text Example
Text Example
White with #535965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535965; }
p { color: rgb(83,89,101); }
H1.HeaderClassName
{
color: #535965;
}
.AnyTagClassName
{
color: #535965;
}
</style>
background-color css
<style>
a { background-color: #535965; }
a { background-color: rgb(83,89,101); }
div.DivClassName
{
background-color: #535965;
}
.BgClassName
{
background-color: #535965;
}
</style>
border-color css
<style>
span { border-color: #535965; }
span { border-color: rgb(83,89,101); }
td.TdClassName
{
border-color: #535965;
}
.TagClassName
{
border-color: #535965;
}
</style>