Shades of Puerto Rico #56B79C
Tints of Puerto Rico #56B79C
RGB
CMYK
RGB Variations
Color information
#56B79C (or 0x56B79C) is known color: Puerto Rico. HEX triplet: 56, B7 and 9C. RGB value is (86,183,156). Sum of RGB (Red+Green+Blue) = 86+183+156=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #56B79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B79C is #A94863. Grayscale: #969696. Windows color (decimal): -11094116 or 10270550. OLE color: 10270550.
HSL color Cylindrical-coordinate representation of color #56B79C: hue angle of 163.3º degrees, saturation: 0.4, 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 #56B79C is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 183 | 156 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.28 |
| HSL | 163.3º | 0.4% | 0.53% | - |
| HSV(B) | 163.3º | 0.53% | 0.72% | - |
| XYZ | 26.77 | 38.25 | 37.42 | - |
| YUV | 150.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 183 | 156 | 0.53 | 0 | 0.15 | 0.28 | 163.3 | 0.4 | 0.53 |
| Hex | 56 | B7 | 9C | 35 | 0 | F | 1C | A3 | 28 | 35 |
| Octal | 126 | 267 | 234 | 65 | 0 | 17 | 34 | 243 | 50 | 65 |
| Binary | 1010110 | 10110111 | 10011100 | 110101 | 0 | 1111 | 11100 | 10100011 | 101000 | 110101 |
Color Harmonies of #56B79C
Complementary color
Monochromatic Colors of #56B79C
Black with #56B79C
Text Example
Text Example
White with #56B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B79C; }
p { color: rgb(86,183,156); }
H1.HeaderClassName
{
color: #56B79C;
}
.AnyTagClassName
{
color: #56B79C;
}
</style>
background-color css
<style>
a { background-color: #56B79C; }
a { background-color: rgb(86,183,156); }
div.DivClassName
{
background-color: #56B79C;
}
.BgClassName
{
background-color: #56B79C;
}
</style>
border-color css
<style>
span { border-color: #56B79C; }
span { border-color: rgb(86,183,156); }
td.TdClassName
{
border-color: #56B79C;
}
.TagClassName
{
border-color: #56B79C;
}
</style>