Shades of Bright Grey #535864
Tints of Bright Grey #535864
RGB
CMYK
RGB Variations
Color information
#535864 (or 0x535864) is known color: Bright Grey. HEX triplet: 53, 58 and 64. RGB value is (83,88,100). Sum of RGB (Red+Green+Blue) = 83+88+100=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 100 - color contains mainly: blue. Hex color #535864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535864 is #ACA79B. Grayscale: #575757. Windows color (decimal): -11315100 or 6576211. OLE color: 6576211.
HSL color Cylindrical-coordinate representation of color #535864: hue angle of 222.35º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535864 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 88 | 100 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.61 |
| HSL | 222.35º | 0.09% | 0.36% | - |
| HSV(B) | 222.35º | 0.17% | 0.39% | - |
| XYZ | 9.36 | 9.74 | 13.44 | - |
| YUV | 87.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 100 | 0.17 | 0.12 | 0 | 0.61 | 222.35 | 0.09 | 0.36 |
| Hex | 53 | 58 | 64 | 11 | C | 0 | 3D | DE | 9 | 24 |
| Octal | 123 | 130 | 144 | 21 | 14 | 0 | 75 | 336 | 11 | 44 |
| Binary | 1010011 | 1011000 | 1100100 | 10001 | 1100 | 0 | 111101 | 11011110 | 1001 | 100100 |
Color Harmonies of #535864
Complementary color
Monochromatic Colors of #535864
Black with #535864
Text Example
Text Example
White with #535864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535864; }
p { color: rgb(83,88,100); }
H1.HeaderClassName
{
color: #535864;
}
.AnyTagClassName
{
color: #535864;
}
</style>
background-color css
<style>
a { background-color: #535864; }
a { background-color: rgb(83,88,100); }
div.DivClassName
{
background-color: #535864;
}
.BgClassName
{
background-color: #535864;
}
</style>
border-color css
<style>
span { border-color: #535864; }
span { border-color: rgb(83,88,100); }
td.TdClassName
{
border-color: #535864;
}
.TagClassName
{
border-color: #535864;
}
</style>