Shades of Waiouru #535535
Tints of Waiouru #535535
RGB
CMYK
RGB Variations
Color information
#535535 (or 0x535535) is known color: Waiouru. HEX triplet: 53, 55 and 35. RGB value is (83,85,53). Sum of RGB (Red+Green+Blue) = 83+85+53=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #535535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535535 is #ACAACA. Grayscale: #505050. Windows color (decimal): -11315915 or 3495251. OLE color: 3495251.
HSL color Cylindrical-coordinate representation of color #535535: hue angle of 63.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535535 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 53 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.67 |
| HSL | 63.75º | 0.23% | 0.27% | - |
| HSV(B) | 63.75º | 0.38% | 0.33% | - |
| XYZ | 7.46 | 8.59 | 4.63 | - |
| YUV | 80.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 53 | 0.02 | 0 | 0.38 | 0.67 | 63.75 | 0.23 | 0.27 |
| Hex | 53 | 55 | 35 | 2 | 0 | 26 | 43 | 40 | 17 | 1B |
| Octal | 123 | 125 | 65 | 2 | 0 | 46 | 103 | 100 | 27 | 33 |
| Binary | 1010011 | 1010101 | 110101 | 10 | 0 | 100110 | 1000011 | 1000000 | 10111 | 11011 |
Color Harmonies of #535535
Complementary color
Monochromatic Colors of #535535
Black with #535535
Text Example
Text Example
White with #535535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535535; }
p { color: rgb(83,85,53); }
H1.HeaderClassName
{
color: #535535;
}
.AnyTagClassName
{
color: #535535;
}
</style>
background-color css
<style>
a { background-color: #535535; }
a { background-color: rgb(83,85,53); }
div.DivClassName
{
background-color: #535535;
}
.BgClassName
{
background-color: #535535;
}
</style>
border-color css
<style>
span { border-color: #535535; }
span { border-color: rgb(83,85,53); }
td.TdClassName
{
border-color: #535535;
}
.TagClassName
{
border-color: #535535;
}
</style>