Shades of Puerto Rico #57B59D
Tints of Puerto Rico #57B59D
RGB
CMYK
RGB Variations
Color information
#57B59D (or 0x57B59D) is known color: Puerto Rico. HEX triplet: 57, B5 and 9D. RGB value is (87,181,157). Sum of RGB (Red+Green+Blue) = 87+181+157=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #57B59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B59D is #A84A62. Grayscale: #969696. Windows color (decimal): -11029091 or 10335575. OLE color: 10335575.
HSL color Cylindrical-coordinate representation of color #57B59D: hue angle of 164.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B59D is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 181 | 157 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.29 |
| HSL | 164.68º | 0.39% | 0.53% | - |
| HSV(B) | 164.68º | 0.52% | 0.71% | - |
| XYZ | 26.54 | 37.51 | 37.74 | - |
| YUV | 150.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 181 | 157 | 0.52 | 0 | 0.13 | 0.29 | 164.68 | 0.39 | 0.53 |
| Hex | 57 | B5 | 9D | 34 | 0 | D | 1D | A5 | 27 | 35 |
| Octal | 127 | 265 | 235 | 64 | 0 | 15 | 35 | 245 | 47 | 65 |
| Binary | 1010111 | 10110101 | 10011101 | 110100 | 0 | 1101 | 11101 | 10100101 | 100111 | 110101 |
Color Harmonies of #57B59D
Complementary color
Monochromatic Colors of #57B59D
Black with #57B59D
Text Example
Text Example
White with #57B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B59D; }
p { color: rgb(87,181,157); }
H1.HeaderClassName
{
color: #57B59D;
}
.AnyTagClassName
{
color: #57B59D;
}
</style>
background-color css
<style>
a { background-color: #57B59D; }
a { background-color: rgb(87,181,157); }
div.DivClassName
{
background-color: #57B59D;
}
.BgClassName
{
background-color: #57B59D;
}
</style>
border-color css
<style>
span { border-color: #57B59D; }
span { border-color: rgb(87,181,157); }
td.TdClassName
{
border-color: #57B59D;
}
.TagClassName
{
border-color: #57B59D;
}
</style>