Shades of Puerto Rico #53BDB5
Tints of Puerto Rico #53BDB5
RGB
CMYK
RGB Variations
Color information
#53BDB5 (or 0x53BDB5) is known color: Puerto Rico. HEX triplet: 53, BD and B5. RGB value is (83,189,181). Sum of RGB (Red+Green+Blue) = 83+189+181=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDB5 is #AC424A. Grayscale: #9C9C9C. Windows color (decimal): -11289163 or 11910483. OLE color: 11910483.
HSL color Cylindrical-coordinate representation of color #53BDB5: hue angle of 175.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BDB5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 181 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.26 |
| HSL | 175.47º | 0.45% | 0.53% | - |
| HSV(B) | 175.47º | 0.56% | 0.74% | - |
| XYZ | 30.11 | 41.57 | 50.15 | - |
| YUV | 156.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 181 | 0.56 | 0 | 0.04 | 0.26 | 175.47 | 0.45 | 0.53 |
| Hex | 53 | BD | B5 | 38 | 0 | 4 | 1A | AF | 2D | 35 |
| Octal | 123 | 275 | 265 | 70 | 0 | 4 | 32 | 257 | 55 | 65 |
| Binary | 1010011 | 10111101 | 10110101 | 111000 | 0 | 100 | 11010 | 10101111 | 101101 | 110101 |
Color Harmonies of #53BDB5
Complementary color
Monochromatic Colors of #53BDB5
Black with #53BDB5
Text Example
Text Example
White with #53BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDB5; }
p { color: rgb(83,189,181); }
H1.HeaderClassName
{
color: #53BDB5;
}
.AnyTagClassName
{
color: #53BDB5;
}
</style>
background-color css
<style>
a { background-color: #53BDB5; }
a { background-color: rgb(83,189,181); }
div.DivClassName
{
background-color: #53BDB5;
}
.BgClassName
{
background-color: #53BDB5;
}
</style>
border-color css
<style>
span { border-color: #53BDB5; }
span { border-color: rgb(83,189,181); }
td.TdClassName
{
border-color: #53BDB5;
}
.TagClassName
{
border-color: #53BDB5;
}
</style>