Shades of Patina #54907B
Tints of Patina #54907B
RGB
CMYK
RGB Variations
Color information
#54907B (or 0x54907B) is known color: Patina. HEX triplet: 54, 90 and 7B. RGB value is (84,144,123). Sum of RGB (Red+Green+Blue) = 84+144+123=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #54907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54907B is #AB6F84. Grayscale: #7B7B7B. Windows color (decimal): -11235205 or 8097876. OLE color: 8097876.
HSL color Cylindrical-coordinate representation of color #54907B: hue angle of 159º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54907B is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 123 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.44 |
| HSL | 159º | 0.26% | 0.45% | - |
| HSV(B) | 159º | 0.42% | 0.56% | - |
| XYZ | 17.2 | 23.26 | 22.32 | - |
| YUV | 123.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 123 | 0.42 | 0 | 0.15 | 0.44 | 159 | 0.26 | 0.45 |
| Hex | 54 | 90 | 7B | 2A | 0 | F | 2C | 9F | 1A | 2D |
| Octal | 124 | 220 | 173 | 52 | 0 | 17 | 54 | 237 | 32 | 55 |
| Binary | 1010100 | 10010000 | 1111011 | 101010 | 0 | 1111 | 101100 | 10011111 | 11010 | 101101 |
Color Harmonies of #54907B
Complementary color
Monochromatic Colors of #54907B
Black with #54907B
Text Example
Text Example
White with #54907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54907B; }
p { color: rgb(84,144,123); }
H1.HeaderClassName
{
color: #54907B;
}
.AnyTagClassName
{
color: #54907B;
}
</style>
background-color css
<style>
a { background-color: #54907B; }
a { background-color: rgb(84,144,123); }
div.DivClassName
{
background-color: #54907B;
}
.BgClassName
{
background-color: #54907B;
}
</style>
border-color css
<style>
span { border-color: #54907B; }
span { border-color: rgb(84,144,123); }
td.TdClassName
{
border-color: #54907B;
}
.TagClassName
{
border-color: #54907B;
}
</style>