Shades of Schooner #898580
Tints of Schooner #898580
RGB
CMYK
RGB Variations
Color information
#898580 (or 0x898580) is known color: Schooner. HEX triplet: 89, 85 and 80. RGB value is (137,133,128). Sum of RGB (Red+Green+Blue) = 137+133+128=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #898580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898580 is #767A7F. Grayscale: #858585. Windows color (decimal): -7764608 or 8422793. OLE color: 8422793.
HSL color Cylindrical-coordinate representation of color #898580: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898580 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 128 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.46 |
| HSL | 33.33º | 0.04% | 0.52% | - |
| HSV(B) | 33.33º | 0.07% | 0.54% | - |
| XYZ | 22.6 | 23.65 | 23.8 | - |
| YUV | 133.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 128 | 0 | 0.03 | 0.07 | 0.46 | 33.33 | 0.04 | 0.52 |
| Hex | 89 | 85 | 80 | 0 | 3 | 7 | 2E | 21 | 4 | 34 |
| Octal | 211 | 205 | 200 | 0 | 3 | 7 | 56 | 41 | 4 | 64 |
| Binary | 10001001 | 10000101 | 10000000 | 0 | 11 | 111 | 101110 | 100001 | 100 | 110100 |
Color Harmonies of #898580
Complementary color
Monochromatic Colors of #898580
Black with #898580
Text Example
Text Example
White with #898580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898580; }
p { color: rgb(137,133,128); }
H1.HeaderClassName
{
color: #898580;
}
.AnyTagClassName
{
color: #898580;
}
</style>
background-color css
<style>
a { background-color: #898580; }
a { background-color: rgb(137,133,128); }
div.DivClassName
{
background-color: #898580;
}
.BgClassName
{
background-color: #898580;
}
</style>
border-color css
<style>
span { border-color: #898580; }
span { border-color: rgb(137,133,128); }
td.TdClassName
{
border-color: #898580;
}
.TagClassName
{
border-color: #898580;
}
</style>