Shades of Regent Grey #858A8B
Tints of Regent Grey #858A8B
RGB
CMYK
RGB Variations
Color information
#858A8B (or 0x858A8B) is known color: Regent Grey. HEX triplet: 85, 8A and 8B. RGB value is (133,138,139). Sum of RGB (Red+Green+Blue) = 133+138+139=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #858A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A8B is #7A7574. Grayscale: #888888. Windows color (decimal): -8025461 or 9144965. OLE color: 9144965.
HSL color Cylindrical-coordinate representation of color #858A8B: hue angle of 190º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #858A8B is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 138 | 139 | - |
CMYK | 0.04 | 0.01 | 0 | 0.45 |
HSL | 190º | 0.03% | 0.53% | - |
HSV(B) | 190º | 0.04% | 0.55% | - |
XYZ | 23.42 | 25.03 | 28.02 | - |
YUV | 136.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 138 | 139 | 0.04 | 0.01 | 0 | 0.45 | 190 | 0.03 | 0.53 |
Hex | 85 | 8A | 8B | 4 | 1 | 0 | 2D | BE | 3 | 35 |
Octal | 205 | 212 | 213 | 4 | 1 | 0 | 55 | 276 | 3 | 65 |
Binary | 10000101 | 10001010 | 10001011 | 100 | 1 | 0 | 101101 | 10111110 | 11 | 110101 |
Color Harmonies of #858A8B
Complementary color
Monochromatic Colors of #858A8B
Black with #858A8B
Text Example
Text Example
White with #858A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A8B; }
p { color: rgb(133,138,139); }
H1.HeaderClassName
{
color: #858A8B;
}
.AnyTagClassName
{
color: #858A8B;
}
</style>
background-color css
<style>
a { background-color: #858A8B; }
a { background-color: rgb(133,138,139); }
div.DivClassName
{
background-color: #858A8B;
}
.BgClassName
{
background-color: #858A8B;
}
</style>
border-color css
<style>
span { border-color: #858A8B; }
span { border-color: rgb(133,138,139); }
td.TdClassName
{
border-color: #858A8B;
}
.TagClassName
{
border-color: #858A8B;
}
</style>