Shades of Boulder #808580
Tints of Boulder #808580
RGB
CMYK
RGB Variations
Color information
#808580 (or 0x808580) is known color: Boulder. HEX triplet: 80, 85 and 80. RGB value is (128,133,128). Sum of RGB (Red+Green+Blue) = 128+133+128=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 133 - color contains mainly: green. Hex color #808580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808580 is #7F7A7F. Grayscale: #828282. Windows color (decimal): -8354432 or 8422784. OLE color: 8422784.
HSL color Cylindrical-coordinate representation of color #808580: hue angle of 120º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #808580 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
RGB | 128 | 133 | 128 | - |
CMYK | 0.04 | 0 | 0.04 | 0.48 |
HSL | 120º | 0.02% | 0.51% | - |
HSV(B) | 120º | 0.04% | 0.52% | - |
XYZ | 21.19 | 22.92 | 23.73 | - |
YUV | 130.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 133 | 128 | 0.04 | 0 | 0.04 | 0.48 | 120 | 0.02 | 0.51 |
Hex | 80 | 85 | 80 | 4 | 0 | 4 | 30 | 78 | 2 | 33 |
Octal | 200 | 205 | 200 | 4 | 0 | 4 | 60 | 170 | 2 | 63 |
Binary | 10000000 | 10000101 | 10000000 | 100 | 0 | 100 | 110000 | 1111000 | 10 | 110011 |
Color Harmonies of #808580
Complementary color
Monochromatic Colors of #808580
Black with #808580
Text Example
Text Example
White with #808580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808580; }
p { color: rgb(128,133,128); }
H1.HeaderClassName
{
color: #808580;
}
.AnyTagClassName
{
color: #808580;
}
</style>
background-color css
<style>
a { background-color: #808580; }
a { background-color: rgb(128,133,128); }
div.DivClassName
{
background-color: #808580;
}
.BgClassName
{
background-color: #808580;
}
</style>
border-color css
<style>
span { border-color: #808580; }
span { border-color: rgb(128,133,128); }
td.TdClassName
{
border-color: #808580;
}
.TagClassName
{
border-color: #808580;
}
</style>