Shades of Waiouru #515238
Tints of Waiouru #515238
RGB
CMYK
RGB Variations
Color information
#515238 (or 0x515238) is known color: Waiouru. HEX triplet: 51, 52 and 38. RGB value is (81,82,56). Sum of RGB (Red+Green+Blue) = 81+82+56=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #515238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515238 is #AEADC7. Grayscale: #4E4E4E. Windows color (decimal): -11447752 or 3691089. OLE color: 3691089.
HSL color Cylindrical-coordinate representation of color #515238: hue angle of 62.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515238 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 56 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.68 |
| HSL | 62.31º | 0.19% | 0.27% | - |
| HSV(B) | 62.31º | 0.32% | 0.32% | - |
| XYZ | 7.12 | 8.07 | 4.92 | - |
| YUV | 78.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 56 | 0.01 | 0 | 0.32 | 0.68 | 62.31 | 0.19 | 0.27 |
| Hex | 51 | 52 | 38 | 1 | 0 | 20 | 44 | 3E | 13 | 1B |
| Octal | 121 | 122 | 70 | 1 | 0 | 40 | 104 | 76 | 23 | 33 |
| Binary | 1010001 | 1010010 | 111000 | 1 | 0 | 100000 | 1000100 | 111110 | 10011 | 11011 |
Color Harmonies of #515238
Complementary color
Monochromatic Colors of #515238
Black with #515238
Text Example
Text Example
White with #515238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515238; }
p { color: rgb(81,82,56); }
H1.HeaderClassName
{
color: #515238;
}
.AnyTagClassName
{
color: #515238;
}
</style>
background-color css
<style>
a { background-color: #515238; }
a { background-color: rgb(81,82,56); }
div.DivClassName
{
background-color: #515238;
}
.BgClassName
{
background-color: #515238;
}
</style>
border-color css
<style>
span { border-color: #515238; }
span { border-color: rgb(81,82,56); }
td.TdClassName
{
border-color: #515238;
}
.TagClassName
{
border-color: #515238;
}
</style>