Shades of Puerto Rico #53B59B
Tints of Puerto Rico #53B59B
RGB
CMYK
RGB Variations
Color information
#53B59B (or 0x53B59B) is known color: Puerto Rico. HEX triplet: 53, B5 and 9B. RGB value is (83,181,155). Sum of RGB (Red+Green+Blue) = 83+181+155=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #53B59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B59B is #AC4A64. Grayscale: #949494. Windows color (decimal): -11291237 or 10204499. OLE color: 10204499.
HSL color Cylindrical-coordinate representation of color #53B59B: hue angle of 164.08º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B59B is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 155 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.29 |
| HSL | 164.08º | 0.4% | 0.52% | - |
| HSV(B) | 164.08º | 0.54% | 0.71% | - |
| XYZ | 26.01 | 37.25 | 36.83 | - |
| YUV | 148.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 155 | 0.54 | 0 | 0.14 | 0.29 | 164.08 | 0.4 | 0.52 |
| Hex | 53 | B5 | 9B | 36 | 0 | E | 1D | A4 | 28 | 34 |
| Octal | 123 | 265 | 233 | 66 | 0 | 16 | 35 | 244 | 50 | 64 |
| Binary | 1010011 | 10110101 | 10011011 | 110110 | 0 | 1110 | 11101 | 10100100 | 101000 | 110100 |
Color Harmonies of #53B59B
Complementary color
Monochromatic Colors of #53B59B
Black with #53B59B
Text Example
Text Example
White with #53B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B59B; }
p { color: rgb(83,181,155); }
H1.HeaderClassName
{
color: #53B59B;
}
.AnyTagClassName
{
color: #53B59B;
}
</style>
background-color css
<style>
a { background-color: #53B59B; }
a { background-color: rgb(83,181,155); }
div.DivClassName
{
background-color: #53B59B;
}
.BgClassName
{
background-color: #53B59B;
}
</style>
border-color css
<style>
span { border-color: #53B59B; }
span { border-color: rgb(83,181,155); }
td.TdClassName
{
border-color: #53B59B;
}
.TagClassName
{
border-color: #53B59B;
}
</style>