Shades of Cactus #557B53
Tints of Cactus #557B53
RGB
CMYK
RGB Variations
Color information
#557B53 (or 0x557B53) is known color: Cactus. HEX triplet: 55, 7B and 53. RGB value is (85,123,83). Sum of RGB (Red+Green+Blue) = 85+123+83=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #557B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B53 is #AA84AC. Grayscale: #6B6B6B. Windows color (decimal): -11175085 or 5471061. OLE color: 5471061.
HSL color Cylindrical-coordinate representation of color #557B53: hue angle of 117º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557B53 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 83 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.52 |
| HSL | 117º | 0.19% | 0.4% | - |
| HSV(B) | 117º | 0.33% | 0.48% | - |
| XYZ | 12.39 | 16.72 | 10.76 | - |
| YUV | 107.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 83 | 0.31 | 0 | 0.33 | 0.52 | 117 | 0.19 | 0.4 |
| Hex | 55 | 7B | 53 | 1F | 0 | 21 | 34 | 75 | 13 | 28 |
| Octal | 125 | 173 | 123 | 37 | 0 | 41 | 64 | 165 | 23 | 50 |
| Binary | 1010101 | 1111011 | 1010011 | 11111 | 0 | 100001 | 110100 | 1110101 | 10011 | 101000 |
Color Harmonies of #557B53
Complementary color
Monochromatic Colors of #557B53
Black with #557B53
Text Example
Text Example
White with #557B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B53; }
p { color: rgb(85,123,83); }
H1.HeaderClassName
{
color: #557B53;
}
.AnyTagClassName
{
color: #557B53;
}
</style>
background-color css
<style>
a { background-color: #557B53; }
a { background-color: rgb(85,123,83); }
div.DivClassName
{
background-color: #557B53;
}
.BgClassName
{
background-color: #557B53;
}
</style>
border-color css
<style>
span { border-color: #557B53; }
span { border-color: rgb(85,123,83); }
td.TdClassName
{
border-color: #557B53;
}
.TagClassName
{
border-color: #557B53;
}
</style>