Shades of Puerto Rico #56B3A4
Tints of Puerto Rico #56B3A4
RGB
CMYK
RGB Variations
Color information
#56B3A4 (or 0x56B3A4) is known color: Puerto Rico. HEX triplet: 56, B3 and A4. RGB value is (86,179,164). Sum of RGB (Red+Green+Blue) = 86+179+164=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #56B3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B3A4 is #A94C5B. Grayscale: #959595. Windows color (decimal): -11095132 or 10793814. OLE color: 10793814.
HSL color Cylindrical-coordinate representation of color #56B3A4: hue angle of 170.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B3A4 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 179 | 164 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.30 |
| HSL | 170.32º | 0.38% | 0.52% | - |
| HSV(B) | 170.32º | 0.52% | 0.7% | - |
| XYZ | 26.66 | 36.9 | 40.84 | - |
| YUV | 149.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 179 | 164 | 0.52 | 0 | 0.08 | 0.30 | 170.32 | 0.38 | 0.52 |
| Hex | 56 | B3 | A4 | 34 | 0 | 8 | 1E | AA | 26 | 34 |
| Octal | 126 | 263 | 244 | 64 | 0 | 10 | 36 | 252 | 46 | 64 |
| Binary | 1010110 | 10110011 | 10100100 | 110100 | 0 | 1000 | 11110 | 10101010 | 100110 | 110100 |
Color Harmonies of #56B3A4
Complementary color
Monochromatic Colors of #56B3A4
Black with #56B3A4
Text Example
Text Example
White with #56B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B3A4; }
p { color: rgb(86,179,164); }
H1.HeaderClassName
{
color: #56B3A4;
}
.AnyTagClassName
{
color: #56B3A4;
}
</style>
background-color css
<style>
a { background-color: #56B3A4; }
a { background-color: rgb(86,179,164); }
div.DivClassName
{
background-color: #56B3A4;
}
.BgClassName
{
background-color: #56B3A4;
}
</style>
border-color css
<style>
span { border-color: #56B3A4; }
span { border-color: rgb(86,179,164); }
td.TdClassName
{
border-color: #56B3A4;
}
.TagClassName
{
border-color: #56B3A4;
}
</style>