Shades of Puerto Rico #56BDB1
Tints of Puerto Rico #56BDB1
RGB
CMYK
RGB Variations
Color information
#56BDB1 (or 0x56BDB1) is known color: Puerto Rico. HEX triplet: 56, BD and B1. RGB value is (86,189,177). Sum of RGB (Red+Green+Blue) = 86+189+177=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #56BDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BDB1 is #A9424E. Grayscale: #9C9C9C. Windows color (decimal): -11092559 or 11648342. OLE color: 11648342.
HSL color Cylindrical-coordinate representation of color #56BDB1: hue angle of 173.01º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BDB1 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 177 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.26 |
| HSL | 173.01º | 0.44% | 0.54% | - |
| HSV(B) | 173.01º | 0.54% | 0.74% | - |
| XYZ | 29.97 | 41.55 | 48.03 | - |
| YUV | 156.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 177 | 0.54 | 0 | 0.06 | 0.26 | 173.01 | 0.44 | 0.54 |
| Hex | 56 | BD | B1 | 36 | 0 | 6 | 1A | AD | 2C | 36 |
| Octal | 126 | 275 | 261 | 66 | 0 | 6 | 32 | 255 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10110001 | 110110 | 0 | 110 | 11010 | 10101101 | 101100 | 110110 |
Color Harmonies of #56BDB1
Complementary color
Monochromatic Colors of #56BDB1
Black with #56BDB1
Text Example
Text Example
White with #56BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDB1; }
p { color: rgb(86,189,177); }
H1.HeaderClassName
{
color: #56BDB1;
}
.AnyTagClassName
{
color: #56BDB1;
}
</style>
background-color css
<style>
a { background-color: #56BDB1; }
a { background-color: rgb(86,189,177); }
div.DivClassName
{
background-color: #56BDB1;
}
.BgClassName
{
background-color: #56BDB1;
}
</style>
border-color css
<style>
span { border-color: #56BDB1; }
span { border-color: rgb(86,189,177); }
td.TdClassName
{
border-color: #56BDB1;
}
.TagClassName
{
border-color: #56BDB1;
}
</style>