Shades of Puerto Rico #56B89C
Tints of Puerto Rico #56B89C
RGB
CMYK
RGB Variations
Color information
#56B89C (or 0x56B89C) is known color: Puerto Rico. HEX triplet: 56, B8 and 9C. RGB value is (86,184,156). Sum of RGB (Red+Green+Blue) = 86+184+156=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #56B89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B89C is #A94763. Grayscale: #979797. Windows color (decimal): -11093860 or 10270806. OLE color: 10270806.
HSL color Cylindrical-coordinate representation of color #56B89C: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B89C is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 184 | 156 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.28 |
| HSL | 162.86º | 0.41% | 0.53% | - |
| HSV(B) | 162.86º | 0.53% | 0.72% | - |
| XYZ | 26.98 | 38.66 | 37.49 | - |
| YUV | 151.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 184 | 156 | 0.53 | 0 | 0.15 | 0.28 | 162.86 | 0.41 | 0.53 |
| Hex | 56 | B8 | 9C | 35 | 0 | F | 1C | A3 | 29 | 35 |
| Octal | 126 | 270 | 234 | 65 | 0 | 17 | 34 | 243 | 51 | 65 |
| Binary | 1010110 | 10111000 | 10011100 | 110101 | 0 | 1111 | 11100 | 10100011 | 101001 | 110101 |
Color Harmonies of #56B89C
Complementary color
Monochromatic Colors of #56B89C
Black with #56B89C
Text Example
Text Example
White with #56B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B89C; }
p { color: rgb(86,184,156); }
H1.HeaderClassName
{
color: #56B89C;
}
.AnyTagClassName
{
color: #56B89C;
}
</style>
background-color css
<style>
a { background-color: #56B89C; }
a { background-color: rgb(86,184,156); }
div.DivClassName
{
background-color: #56B89C;
}
.BgClassName
{
background-color: #56B89C;
}
</style>
border-color css
<style>
span { border-color: #56B89C; }
span { border-color: rgb(86,184,156); }
td.TdClassName
{
border-color: #56B89C;
}
.TagClassName
{
border-color: #56B89C;
}
</style>