Shades of Waiouru #505433
Tints of Waiouru #505433
RGB
CMYK
RGB Variations
Color information
#505433 (or 0x505433) is known color: Waiouru. HEX triplet: 50, 54 and 33. RGB value is (80,84,51). Sum of RGB (Red+Green+Blue) = 80+84+51=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #505433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505433 is #AFABCC. Grayscale: #4F4F4F. Windows color (decimal): -11512781 or 3363920. OLE color: 3363920.
HSL color Cylindrical-coordinate representation of color #505433: hue angle of 67.27º 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 #505433 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 51 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.67 |
| HSL | 67.27º | 0.24% | 0.26% | - |
| HSV(B) | 67.27º | 0.39% | 0.33% | - |
| XYZ | 7.08 | 8.29 | 4.36 | - |
| YUV | 79.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 51 | 0.05 | 0 | 0.39 | 0.67 | 67.27 | 0.24 | 0.26 |
| Hex | 50 | 54 | 33 | 5 | 0 | 27 | 43 | 43 | 18 | 1A |
| Octal | 120 | 124 | 63 | 5 | 0 | 47 | 103 | 103 | 30 | 32 |
| Binary | 1010000 | 1010100 | 110011 | 101 | 0 | 100111 | 1000011 | 1000011 | 11000 | 11010 |
Color Harmonies of #505433
Complementary color
Monochromatic Colors of #505433
Black with #505433
Text Example
Text Example
White with #505433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505433; }
p { color: rgb(80,84,51); }
H1.HeaderClassName
{
color: #505433;
}
.AnyTagClassName
{
color: #505433;
}
</style>
background-color css
<style>
a { background-color: #505433; }
a { background-color: rgb(80,84,51); }
div.DivClassName
{
background-color: #505433;
}
.BgClassName
{
background-color: #505433;
}
</style>
border-color css
<style>
span { border-color: #505433; }
span { border-color: rgb(80,84,51); }
td.TdClassName
{
border-color: #505433;
}
.TagClassName
{
border-color: #505433;
}
</style>