Shades of Puerto Rico #53BAB1
Tints of Puerto Rico #53BAB1
RGB
CMYK
RGB Variations
Color information
#53BAB1 (or 0x53BAB1) is known color: Puerto Rico. HEX triplet: 53, BA and B1. RGB value is (83,186,177). Sum of RGB (Red+Green+Blue) = 83+186+177=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BAB1 is #AC454E. Grayscale: #9A9A9A. Windows color (decimal): -11289935 or 11647571. OLE color: 11647571.
HSL color Cylindrical-coordinate representation of color #53BAB1: hue angle of 174.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BAB1 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 177 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.27 |
| HSL | 174.76º | 0.43% | 0.53% | - |
| HSV(B) | 174.76º | 0.55% | 0.73% | - |
| XYZ | 29.06 | 40.13 | 47.81 | - |
| YUV | 154.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 177 | 0.55 | 0 | 0.05 | 0.27 | 174.76 | 0.43 | 0.53 |
| Hex | 53 | BA | B1 | 37 | 0 | 5 | 1B | AF | 2B | 35 |
| Octal | 123 | 272 | 261 | 67 | 0 | 5 | 33 | 257 | 53 | 65 |
| Binary | 1010011 | 10111010 | 10110001 | 110111 | 0 | 101 | 11011 | 10101111 | 101011 | 110101 |
Color Harmonies of #53BAB1
Complementary color
Monochromatic Colors of #53BAB1
Black with #53BAB1
Text Example
Text Example
White with #53BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAB1; }
p { color: rgb(83,186,177); }
H1.HeaderClassName
{
color: #53BAB1;
}
.AnyTagClassName
{
color: #53BAB1;
}
</style>
background-color css
<style>
a { background-color: #53BAB1; }
a { background-color: rgb(83,186,177); }
div.DivClassName
{
background-color: #53BAB1;
}
.BgClassName
{
background-color: #53BAB1;
}
</style>
border-color css
<style>
span { border-color: #53BAB1; }
span { border-color: rgb(83,186,177); }
td.TdClassName
{
border-color: #53BAB1;
}
.TagClassName
{
border-color: #53BAB1;
}
</style>