Shades of Puerto Rico #55B7B0
Tints of Puerto Rico #55B7B0
RGB
CMYK
RGB Variations
Color information
#55B7B0 (or 0x55B7B0) is known color: Puerto Rico. HEX triplet: 55, B7 and B0. RGB value is (85,183,176). Sum of RGB (Red+Green+Blue) = 85+183+176=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #55B7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B7B0 is #AA484F. Grayscale: #989898. Windows color (decimal): -11159632 or 11581269. OLE color: 11581269.
HSL color Cylindrical-coordinate representation of color #55B7B0: hue angle of 175.71º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B7B0 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 176 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.28 |
| HSL | 175.71º | 0.4% | 0.53% | - |
| HSV(B) | 175.71º | 0.54% | 0.72% | - |
| XYZ | 28.52 | 38.93 | 47.09 | - |
| YUV | 152.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 176 | 0.54 | 0 | 0.04 | 0.28 | 175.71 | 0.4 | 0.53 |
| Hex | 55 | B7 | B0 | 36 | 0 | 4 | 1C | B0 | 28 | 35 |
| Octal | 125 | 267 | 260 | 66 | 0 | 4 | 34 | 260 | 50 | 65 |
| Binary | 1010101 | 10110111 | 10110000 | 110110 | 0 | 100 | 11100 | 10110000 | 101000 | 110101 |
Color Harmonies of #55B7B0
Complementary color
Monochromatic Colors of #55B7B0
Black with #55B7B0
Text Example
Text Example
White with #55B7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7B0; }
p { color: rgb(85,183,176); }
H1.HeaderClassName
{
color: #55B7B0;
}
.AnyTagClassName
{
color: #55B7B0;
}
</style>
background-color css
<style>
a { background-color: #55B7B0; }
a { background-color: rgb(85,183,176); }
div.DivClassName
{
background-color: #55B7B0;
}
.BgClassName
{
background-color: #55B7B0;
}
</style>
border-color css
<style>
span { border-color: #55B7B0; }
span { border-color: rgb(85,183,176); }
td.TdClassName
{
border-color: #55B7B0;
}
.TagClassName
{
border-color: #55B7B0;
}
</style>