Shades of Schooner #85827E
Tints of Schooner #85827E
RGB
CMYK
RGB Variations
Color information
#85827E (or 0x85827E) is known color: Schooner. HEX triplet: 85, 82 and 7E. RGB value is (133,130,126). Sum of RGB (Red+Green+Blue) = 133+130+126=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #85827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827E is #7A7D81. Grayscale: #828282. Windows color (decimal): -8027522 or 8290949. OLE color: 8290949.
HSL color Cylindrical-coordinate representation of color #85827E: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85827E is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 126 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.48 |
| HSL | 34.29º | 0.03% | 0.51% | - |
| HSV(B) | 34.29º | 0.05% | 0.52% | - |
| XYZ | 21.42 | 22.46 | 22.94 | - |
| YUV | 130.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 126 | 0 | 0.02 | 0.05 | 0.48 | 34.29 | 0.03 | 0.51 |
| Hex | 85 | 82 | 7E | 0 | 2 | 5 | 30 | 22 | 3 | 33 |
| Octal | 205 | 202 | 176 | 0 | 2 | 5 | 60 | 42 | 3 | 63 |
| Binary | 10000101 | 10000010 | 1111110 | 0 | 10 | 101 | 110000 | 100010 | 11 | 110011 |
Color Harmonies of #85827E
Complementary color
Monochromatic Colors of #85827E
Black with #85827E
Text Example
Text Example
White with #85827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85827E; }
p { color: rgb(133,130,126); }
H1.HeaderClassName
{
color: #85827E;
}
.AnyTagClassName
{
color: #85827E;
}
</style>
background-color css
<style>
a { background-color: #85827E; }
a { background-color: rgb(133,130,126); }
div.DivClassName
{
background-color: #85827E;
}
.BgClassName
{
background-color: #85827E;
}
</style>
border-color css
<style>
span { border-color: #85827E; }
span { border-color: rgb(133,130,126); }
td.TdClassName
{
border-color: #85827E;
}
.TagClassName
{
border-color: #85827E;
}
</style>