Shades of Manatee #838592
Tints of Manatee #838592
RGB
CMYK
RGB Variations
Color information
#838592 (or 0x838592) is known color: Manatee. HEX triplet: 83, 85 and 92. RGB value is (131,133,146). Sum of RGB (Red+Green+Blue) = 131+133+146=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 146 - color contains mainly: blue. Hex color #838592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838592 is #7C7A6D. Grayscale: #858585. Windows color (decimal): -8157806 or 9602435. OLE color: 9602435.
HSL color Cylindrical-coordinate representation of color #838592: hue angle of 232º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838592 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 133 | 146 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.43 |
| HSL | 232º | 0.06% | 0.54% | - |
| HSV(B) | 232º | 0.1% | 0.57% | - |
| XYZ | 22.94 | 23.68 | 30.56 | - |
| YUV | 133.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 146 | 0.10 | 0.09 | 0 | 0.43 | 232 | 0.06 | 0.54 |
| Hex | 83 | 85 | 92 | A | 9 | 0 | 2B | E8 | 6 | 36 |
| Octal | 203 | 205 | 222 | 12 | 11 | 0 | 53 | 350 | 6 | 66 |
| Binary | 10000011 | 10000101 | 10010010 | 1010 | 1001 | 0 | 101011 | 11101000 | 110 | 110110 |
Color Harmonies of #838592
Complementary color
Monochromatic Colors of #838592
Black with #838592
Text Example
Text Example
White with #838592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838592; }
p { color: rgb(131,133,146); }
H1.HeaderClassName
{
color: #838592;
}
.AnyTagClassName
{
color: #838592;
}
</style>
background-color css
<style>
a { background-color: #838592; }
a { background-color: rgb(131,133,146); }
div.DivClassName
{
background-color: #838592;
}
.BgClassName
{
background-color: #838592;
}
</style>
border-color css
<style>
span { border-color: #838592; }
span { border-color: rgb(131,133,146); }
td.TdClassName
{
border-color: #838592;
}
.TagClassName
{
border-color: #838592;
}
</style>