Shades of Waiouru #515333
Tints of Waiouru #515333
RGB
CMYK
RGB Variations
Color information
#515333 (or 0x515333) is known color: Waiouru. HEX triplet: 51, 53 and 33. RGB value is (81,83,51). Sum of RGB (Red+Green+Blue) = 81+83+51=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #515333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515333 is #AEACCC. Grayscale: #4E4E4E. Windows color (decimal): -11447501 or 3363665. OLE color: 3363665.
HSL color Cylindrical-coordinate representation of color #515333: hue angle of 63.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515333 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 51 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.67 |
| HSL | 63.75º | 0.24% | 0.26% | - |
| HSV(B) | 63.75º | 0.39% | 0.33% | - |
| XYZ | 7.08 | 8.17 | 4.34 | - |
| YUV | 78.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 51 | 0.02 | 0 | 0.39 | 0.67 | 63.75 | 0.24 | 0.26 |
| Hex | 51 | 53 | 33 | 2 | 0 | 27 | 43 | 40 | 18 | 1A |
| Octal | 121 | 123 | 63 | 2 | 0 | 47 | 103 | 100 | 30 | 32 |
| Binary | 1010001 | 1010011 | 110011 | 10 | 0 | 100111 | 1000011 | 1000000 | 11000 | 11010 |
Color Harmonies of #515333
Complementary color
Monochromatic Colors of #515333
Black with #515333
Text Example
Text Example
White with #515333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515333; }
p { color: rgb(81,83,51); }
H1.HeaderClassName
{
color: #515333;
}
.AnyTagClassName
{
color: #515333;
}
</style>
background-color css
<style>
a { background-color: #515333; }
a { background-color: rgb(81,83,51); }
div.DivClassName
{
background-color: #515333;
}
.BgClassName
{
background-color: #515333;
}
</style>
border-color css
<style>
span { border-color: #515333; }
span { border-color: rgb(81,83,51); }
td.TdClassName
{
border-color: #515333;
}
.TagClassName
{
border-color: #515333;
}
</style>