Shades of Puerto Rico #55BDB3
Tints of Puerto Rico #55BDB3
RGB
CMYK
RGB Variations
Color information
#55BDB3 (or 0x55BDB3) is known color: Puerto Rico. HEX triplet: 55, BD and B3. RGB value is (85,189,179). Sum of RGB (Red+Green+Blue) = 85+189+179=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #55BDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDB3 is #AA424C. Grayscale: #9C9C9C. Windows color (decimal): -11158093 or 11779413. OLE color: 11779413.
HSL color Cylindrical-coordinate representation of color #55BDB3: hue angle of 174.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BDB3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 179 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.26 |
| HSL | 174.23º | 0.44% | 0.54% | - |
| HSV(B) | 174.23º | 0.55% | 0.74% | - |
| XYZ | 30.08 | 41.58 | 49.09 | - |
| YUV | 156.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 179 | 0.55 | 0 | 0.05 | 0.26 | 174.23 | 0.44 | 0.54 |
| Hex | 55 | BD | B3 | 37 | 0 | 5 | 1A | AE | 2C | 36 |
| Octal | 125 | 275 | 263 | 67 | 0 | 5 | 32 | 256 | 54 | 66 |
| Binary | 1010101 | 10111101 | 10110011 | 110111 | 0 | 101 | 11010 | 10101110 | 101100 | 110110 |
Color Harmonies of #55BDB3
Complementary color
Monochromatic Colors of #55BDB3
Black with #55BDB3
Text Example
Text Example
White with #55BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDB3; }
p { color: rgb(85,189,179); }
H1.HeaderClassName
{
color: #55BDB3;
}
.AnyTagClassName
{
color: #55BDB3;
}
</style>
background-color css
<style>
a { background-color: #55BDB3; }
a { background-color: rgb(85,189,179); }
div.DivClassName
{
background-color: #55BDB3;
}
.BgClassName
{
background-color: #55BDB3;
}
</style>
border-color css
<style>
span { border-color: #55BDB3; }
span { border-color: rgb(85,189,179); }
td.TdClassName
{
border-color: #55BDB3;
}
.TagClassName
{
border-color: #55BDB3;
}
</style>