Shades of Puerto Rico #55B3A9
Tints of Puerto Rico #55B3A9
RGB
CMYK
RGB Variations
Color information
#55B3A9 (or 0x55B3A9) is known color: Puerto Rico. HEX triplet: 55, B3 and A9. RGB value is (85,179,169). Sum of RGB (Red+Green+Blue) = 85+179+169=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #55B3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B3A9 is #AA4C56. Grayscale: #959595. Windows color (decimal): -11160663 or 11121493. OLE color: 11121493.
HSL color Cylindrical-coordinate representation of color #55B3A9: hue angle of 173.62º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B3A9 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 179 | 169 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.30 |
| HSL | 173.62º | 0.38% | 0.52% | - |
| HSV(B) | 173.62º | 0.53% | 0.7% | - |
| XYZ | 27.03 | 37.04 | 43.26 | - |
| YUV | 149.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 169 | 0.53 | 0 | 0.06 | 0.30 | 173.62 | 0.38 | 0.52 |
| Hex | 55 | B3 | A9 | 35 | 0 | 6 | 1E | AE | 26 | 34 |
| Octal | 125 | 263 | 251 | 65 | 0 | 6 | 36 | 256 | 46 | 64 |
| Binary | 1010101 | 10110011 | 10101001 | 110101 | 0 | 110 | 11110 | 10101110 | 100110 | 110100 |
Color Harmonies of #55B3A9
Complementary color
Monochromatic Colors of #55B3A9
Black with #55B3A9
Text Example
Text Example
White with #55B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B3A9; }
p { color: rgb(85,179,169); }
H1.HeaderClassName
{
color: #55B3A9;
}
.AnyTagClassName
{
color: #55B3A9;
}
</style>
background-color css
<style>
a { background-color: #55B3A9; }
a { background-color: rgb(85,179,169); }
div.DivClassName
{
background-color: #55B3A9;
}
.BgClassName
{
background-color: #55B3A9;
}
</style>
border-color css
<style>
span { border-color: #55B3A9; }
span { border-color: rgb(85,179,169); }
td.TdClassName
{
border-color: #55B3A9;
}
.TagClassName
{
border-color: #55B3A9;
}
</style>