Shades of Puerto Rico #56B49D
Tints of Puerto Rico #56B49D
RGB
CMYK
RGB Variations
Color information
#56B49D (or 0x56B49D) is known color: Puerto Rico. HEX triplet: 56, B4 and 9D. RGB value is (86,180,157). Sum of RGB (Red+Green+Blue) = 86+180+157=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #56B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B49D is #A94B62. Grayscale: #959595. Windows color (decimal): -11094883 or 10335318. OLE color: 10335318.
HSL color Cylindrical-coordinate representation of color #56B49D: hue angle of 165.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B49D is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 180 | 157 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.29 |
| HSL | 165.32º | 0.39% | 0.52% | - |
| HSV(B) | 165.32º | 0.52% | 0.71% | - |
| XYZ | 26.24 | 37.06 | 37.67 | - |
| YUV | 149.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 180 | 157 | 0.52 | 0 | 0.13 | 0.29 | 165.32 | 0.39 | 0.52 |
| Hex | 56 | B4 | 9D | 34 | 0 | D | 1D | A5 | 27 | 34 |
| Octal | 126 | 264 | 235 | 64 | 0 | 15 | 35 | 245 | 47 | 64 |
| Binary | 1010110 | 10110100 | 10011101 | 110100 | 0 | 1101 | 11101 | 10100101 | 100111 | 110100 |
Color Harmonies of #56B49D
Complementary color
Monochromatic Colors of #56B49D
Black with #56B49D
Text Example
Text Example
White with #56B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B49D; }
p { color: rgb(86,180,157); }
H1.HeaderClassName
{
color: #56B49D;
}
.AnyTagClassName
{
color: #56B49D;
}
</style>
background-color css
<style>
a { background-color: #56B49D; }
a { background-color: rgb(86,180,157); }
div.DivClassName
{
background-color: #56B49D;
}
.BgClassName
{
background-color: #56B49D;
}
</style>
border-color css
<style>
span { border-color: #56B49D; }
span { border-color: rgb(86,180,157); }
td.TdClassName
{
border-color: #56B49D;
}
.TagClassName
{
border-color: #56B49D;
}
</style>