Shades of Puerto Rico #56BAB0
Tints of Puerto Rico #56BAB0
RGB
CMYK
RGB Variations
Color information
#56BAB0 (or 0x56BAB0) is known color: Puerto Rico. HEX triplet: 56, BA and B0. RGB value is (86,186,176). Sum of RGB (Red+Green+Blue) = 86+186+176=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BAB0 is #A9454F. Grayscale: #9A9A9A. Windows color (decimal): -11093328 or 11582038. OLE color: 11582038.
HSL color Cylindrical-coordinate representation of color #56BAB0: hue angle of 174º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BAB0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 176 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.27 |
| HSL | 174º | 0.42% | 0.53% | - |
| HSV(B) | 174º | 0.54% | 0.73% | - |
| XYZ | 29.23 | 40.23 | 47.3 | - |
| YUV | 154.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 176 | 0.54 | 0 | 0.05 | 0.27 | 174 | 0.42 | 0.53 |
| Hex | 56 | BA | B0 | 36 | 0 | 5 | 1B | AE | 2A | 35 |
| Octal | 126 | 272 | 260 | 66 | 0 | 5 | 33 | 256 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10110000 | 110110 | 0 | 101 | 11011 | 10101110 | 101010 | 110101 |
Color Harmonies of #56BAB0
Complementary color
Monochromatic Colors of #56BAB0
Black with #56BAB0
Text Example
Text Example
White with #56BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAB0; }
p { color: rgb(86,186,176); }
H1.HeaderClassName
{
color: #56BAB0;
}
.AnyTagClassName
{
color: #56BAB0;
}
</style>
background-color css
<style>
a { background-color: #56BAB0; }
a { background-color: rgb(86,186,176); }
div.DivClassName
{
background-color: #56BAB0;
}
.BgClassName
{
background-color: #56BAB0;
}
</style>
border-color css
<style>
span { border-color: #56BAB0; }
span { border-color: rgb(86,186,176); }
td.TdClassName
{
border-color: #56BAB0;
}
.TagClassName
{
border-color: #56BAB0;
}
</style>