Shades of Puerto Rico #56B5A3
Tints of Puerto Rico #56B5A3
RGB
CMYK
RGB Variations
Color information
#56B5A3 (or 0x56B5A3) is known color: Puerto Rico. HEX triplet: 56, B5 and A3. RGB value is (86,181,163). Sum of RGB (Red+Green+Blue) = 86+181+163=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #56B5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B5A3 is #A94A5C. Grayscale: #969696. Windows color (decimal): -11094621 or 10728790. OLE color: 10728790.
HSL color Cylindrical-coordinate representation of color #56B5A3: hue angle of 168.63º 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 #56B5A3 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 181 | 163 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.29 |
| HSL | 168.63º | 0.39% | 0.52% | - |
| HSV(B) | 168.63º | 0.52% | 0.71% | - |
| XYZ | 26.97 | 37.67 | 40.5 | - |
| YUV | 150.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 181 | 163 | 0.52 | 0 | 0.10 | 0.29 | 168.63 | 0.39 | 0.52 |
| Hex | 56 | B5 | A3 | 34 | 0 | A | 1D | A9 | 27 | 34 |
| Octal | 126 | 265 | 243 | 64 | 0 | 12 | 35 | 251 | 47 | 64 |
| Binary | 1010110 | 10110101 | 10100011 | 110100 | 0 | 1010 | 11101 | 10101001 | 100111 | 110100 |
Color Harmonies of #56B5A3
Complementary color
Monochromatic Colors of #56B5A3
Black with #56B5A3
Text Example
Text Example
White with #56B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B5A3; }
p { color: rgb(86,181,163); }
H1.HeaderClassName
{
color: #56B5A3;
}
.AnyTagClassName
{
color: #56B5A3;
}
</style>
background-color css
<style>
a { background-color: #56B5A3; }
a { background-color: rgb(86,181,163); }
div.DivClassName
{
background-color: #56B5A3;
}
.BgClassName
{
background-color: #56B5A3;
}
</style>
border-color css
<style>
span { border-color: #56B5A3; }
span { border-color: rgb(86,181,163); }
td.TdClassName
{
border-color: #56B5A3;
}
.TagClassName
{
border-color: #56B5A3;
}
</style>