Shades of Puerto Rico #55B49D
Tints of Puerto Rico #55B49D
RGB
CMYK
RGB Variations
Color information
#55B49D (or 0x55B49D) is known color: Puerto Rico. HEX triplet: 55, B4 and 9D. RGB value is (85,180,157). Sum of RGB (Red+Green+Blue) = 85+180+157=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #55B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B49D is #AA4B62. Grayscale: #949494. Windows color (decimal): -11160419 or 10335317. OLE color: 10335317.
HSL color Cylindrical-coordinate representation of color #55B49D: hue angle of 165.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B49D is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 180 | 157 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.29 |
| HSL | 165.47º | 0.39% | 0.52% | - |
| HSV(B) | 165.47º | 0.53% | 0.71% | - |
| XYZ | 26.15 | 37.01 | 37.66 | - |
| YUV | 148.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 157 | 0.53 | 0 | 0.13 | 0.29 | 165.47 | 0.39 | 0.52 |
| Hex | 55 | B4 | 9D | 35 | 0 | D | 1D | A5 | 27 | 34 |
| Octal | 125 | 264 | 235 | 65 | 0 | 15 | 35 | 245 | 47 | 64 |
| Binary | 1010101 | 10110100 | 10011101 | 110101 | 0 | 1101 | 11101 | 10100101 | 100111 | 110100 |
Color Harmonies of #55B49D
Complementary color
Monochromatic Colors of #55B49D
Black with #55B49D
Text Example
Text Example
White with #55B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B49D; }
p { color: rgb(85,180,157); }
H1.HeaderClassName
{
color: #55B49D;
}
.AnyTagClassName
{
color: #55B49D;
}
</style>
background-color css
<style>
a { background-color: #55B49D; }
a { background-color: rgb(85,180,157); }
div.DivClassName
{
background-color: #55B49D;
}
.BgClassName
{
background-color: #55B49D;
}
</style>
border-color css
<style>
span { border-color: #55B49D; }
span { border-color: rgb(85,180,157); }
td.TdClassName
{
border-color: #55B49D;
}
.TagClassName
{
border-color: #55B49D;
}
</style>