Shades of Puerto Rico #53B3A4
Tints of Puerto Rico #53B3A4
RGB
CMYK
RGB Variations
Color information
#53B3A4 (or 0x53B3A4) is known color: Puerto Rico. HEX triplet: 53, B3 and A4. RGB value is (83,179,164). Sum of RGB (Red+Green+Blue) = 83+179+164=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #53B3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B3A4 is #AC4C5B. Grayscale: #949494. Windows color (decimal): -11291740 or 10793811. OLE color: 10793811.
HSL color Cylindrical-coordinate representation of color #53B3A4: hue angle of 170.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B3A4 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 164 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.30 |
| HSL | 170.63º | 0.39% | 0.51% | - |
| HSV(B) | 170.63º | 0.54% | 0.7% | - |
| XYZ | 26.39 | 36.76 | 40.83 | - |
| YUV | 148.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 164 | 0.54 | 0 | 0.08 | 0.30 | 170.63 | 0.39 | 0.51 |
| Hex | 53 | B3 | A4 | 36 | 0 | 8 | 1E | AB | 27 | 33 |
| Octal | 123 | 263 | 244 | 66 | 0 | 10 | 36 | 253 | 47 | 63 |
| Binary | 1010011 | 10110011 | 10100100 | 110110 | 0 | 1000 | 11110 | 10101011 | 100111 | 110011 |
Color Harmonies of #53B3A4
Complementary color
Monochromatic Colors of #53B3A4
Black with #53B3A4
Text Example
Text Example
White with #53B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B3A4; }
p { color: rgb(83,179,164); }
H1.HeaderClassName
{
color: #53B3A4;
}
.AnyTagClassName
{
color: #53B3A4;
}
</style>
background-color css
<style>
a { background-color: #53B3A4; }
a { background-color: rgb(83,179,164); }
div.DivClassName
{
background-color: #53B3A4;
}
.BgClassName
{
background-color: #53B3A4;
}
</style>
border-color css
<style>
span { border-color: #53B3A4; }
span { border-color: rgb(83,179,164); }
td.TdClassName
{
border-color: #53B3A4;
}
.TagClassName
{
border-color: #53B3A4;
}
</style>