Shades of Puerto Rico #5BB7A9
Tints of Puerto Rico #5BB7A9
RGB
CMYK
RGB Variations
Color information
#5BB7A9 (or 0x5BB7A9) is known color: Puerto Rico. HEX triplet: 5B, B7 and A9. RGB value is (91,183,169). Sum of RGB (Red+Green+Blue) = 91+183+169=443 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.54% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #5BB7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB7A9 is #A44856. Grayscale: #999999. Windows color (decimal): -10766423 or 11122523. OLE color: 11122523.
HSL color Cylindrical-coordinate representation of color #5BB7A9: hue angle of 170.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB7A9 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 183 | 169 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.28 |
| HSL | 170.87º | 0.39% | 0.54% | - |
| HSV(B) | 170.87º | 0.5% | 0.72% | - |
| XYZ | 28.41 | 38.96 | 43.56 | - |
| YUV | 153.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 183 | 169 | 0.50 | 0 | 0.08 | 0.28 | 170.87 | 0.39 | 0.54 |
| Hex | 5B | B7 | A9 | 32 | 0 | 8 | 1C | AB | 27 | 36 |
| Octal | 133 | 267 | 251 | 62 | 0 | 10 | 34 | 253 | 47 | 66 |
| Binary | 1011011 | 10110111 | 10101001 | 110010 | 0 | 1000 | 11100 | 10101011 | 100111 | 110110 |
Color Harmonies of #5BB7A9
Complementary color
Monochromatic Colors of #5BB7A9
Black with #5BB7A9
Text Example
Text Example
White with #5BB7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB7A9; }
p { color: rgb(91,183,169); }
H1.HeaderClassName
{
color: #5BB7A9;
}
.AnyTagClassName
{
color: #5BB7A9;
}
</style>
background-color css
<style>
a { background-color: #5BB7A9; }
a { background-color: rgb(91,183,169); }
div.DivClassName
{
background-color: #5BB7A9;
}
.BgClassName
{
background-color: #5BB7A9;
}
</style>
border-color css
<style>
span { border-color: #5BB7A9; }
span { border-color: rgb(91,183,169); }
td.TdClassName
{
border-color: #5BB7A9;
}
.TagClassName
{
border-color: #5BB7A9;
}
</style>