Shades of Regent Grey #858B8C
Tints of Regent Grey #858B8C
RGB
CMYK
RGB Variations
Color information
#858B8C (or 0x858B8C) is known color: Regent Grey. HEX triplet: 85, 8B and 8C. RGB value is (133,139,140). Sum of RGB (Red+Green+Blue) = 133+139+140=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 140 - color contains mainly: blue. Hex color #858B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B8C is #7A7473. Grayscale: #898989. Windows color (decimal): -8025204 or 9210757. OLE color: 9210757.
HSL color Cylindrical-coordinate representation of color #858B8C: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #858B8C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 139 | 140 | - |
CMYK | 0.05 | 0.01 | 0 | 0.45 |
HSL | 188.57º | 0.03% | 0.54% | - |
HSV(B) | 188.57º | 0.05% | 0.55% | - |
XYZ | 23.64 | 25.35 | 28.46 | - |
YUV | 137.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 139 | 140 | 0.05 | 0.01 | 0 | 0.45 | 188.57 | 0.03 | 0.54 |
Hex | 85 | 8B | 8C | 5 | 1 | 0 | 2D | BD | 3 | 36 |
Octal | 205 | 213 | 214 | 5 | 1 | 0 | 55 | 275 | 3 | 66 |
Binary | 10000101 | 10001011 | 10001100 | 101 | 1 | 0 | 101101 | 10111101 | 11 | 110110 |
Color Harmonies of #858B8C
Complementary color
Monochromatic Colors of #858B8C
Black with #858B8C
Text Example
Text Example
White with #858B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B8C; }
p { color: rgb(133,139,140); }
H1.HeaderClassName
{
color: #858B8C;
}
.AnyTagClassName
{
color: #858B8C;
}
</style>
background-color css
<style>
a { background-color: #858B8C; }
a { background-color: rgb(133,139,140); }
div.DivClassName
{
background-color: #858B8C;
}
.BgClassName
{
background-color: #858B8C;
}
</style>
border-color css
<style>
span { border-color: #858B8C; }
span { border-color: rgb(133,139,140); }
td.TdClassName
{
border-color: #858B8C;
}
.TagClassName
{
border-color: #858B8C;
}
</style>