Shades of Puerto Rico #57BDA5
Tints of Puerto Rico #57BDA5
RGB
CMYK
RGB Variations
Color information
#57BDA5 (or 0x57BDA5) is known color: Puerto Rico. HEX triplet: 57, BD and A5. RGB value is (87,189,165). Sum of RGB (Red+Green+Blue) = 87+189+165=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #57BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BDA5 is #A8425A. Grayscale: #9B9B9B. Windows color (decimal): -11027035 or 10861911. OLE color: 10861911.
HSL color Cylindrical-coordinate representation of color #57BDA5: hue angle of 165.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BDA5 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 165 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.26 |
| HSL | 165.88º | 0.44% | 0.54% | - |
| HSV(B) | 165.88º | 0.54% | 0.74% | - |
| XYZ | 28.92 | 41.14 | 42.01 | - |
| YUV | 155.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 165 | 0.54 | 0 | 0.13 | 0.26 | 165.88 | 0.44 | 0.54 |
| Hex | 57 | BD | A5 | 36 | 0 | D | 1A | A6 | 2C | 36 |
| Octal | 127 | 275 | 245 | 66 | 0 | 15 | 32 | 246 | 54 | 66 |
| Binary | 1010111 | 10111101 | 10100101 | 110110 | 0 | 1101 | 11010 | 10100110 | 101100 | 110110 |
Color Harmonies of #57BDA5
Complementary color
Monochromatic Colors of #57BDA5
Black with #57BDA5
Text Example
Text Example
White with #57BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BDA5; }
p { color: rgb(87,189,165); }
H1.HeaderClassName
{
color: #57BDA5;
}
.AnyTagClassName
{
color: #57BDA5;
}
</style>
background-color css
<style>
a { background-color: #57BDA5; }
a { background-color: rgb(87,189,165); }
div.DivClassName
{
background-color: #57BDA5;
}
.BgClassName
{
background-color: #57BDA5;
}
</style>
border-color css
<style>
span { border-color: #57BDA5; }
span { border-color: rgb(87,189,165); }
td.TdClassName
{
border-color: #57BDA5;
}
.TagClassName
{
border-color: #57BDA5;
}
</style>