Shades of Puerto Rico #5BBDA7
Tints of Puerto Rico #5BBDA7
RGB
CMYK
RGB Variations
Color information
#5BBDA7 (or 0x5BBDA7) is known color: Puerto Rico. HEX triplet: 5B, BD and A7. RGB value is (91,189,167). Sum of RGB (Red+Green+Blue) = 91+189+167=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDA7 is #A44258. Grayscale: #9D9D9D. Windows color (decimal): -10764889 or 10992987. OLE color: 10992987.
HSL color Cylindrical-coordinate representation of color #5BBDA7: hue angle of 166.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBDA7 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 167 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.26 |
| HSL | 166.53º | 0.43% | 0.55% | - |
| HSV(B) | 166.53º | 0.52% | 0.74% | - |
| XYZ | 29.49 | 41.41 | 43 | - |
| YUV | 157.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 167 | 0.52 | 0 | 0.12 | 0.26 | 166.53 | 0.43 | 0.55 |
| Hex | 5B | BD | A7 | 34 | 0 | C | 1A | A7 | 2B | 37 |
| Octal | 133 | 275 | 247 | 64 | 0 | 14 | 32 | 247 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10100111 | 110100 | 0 | 1100 | 11010 | 10100111 | 101011 | 110111 |
Color Harmonies of #5BBDA7
Complementary color
Monochromatic Colors of #5BBDA7
Black with #5BBDA7
Text Example
Text Example
White with #5BBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDA7; }
p { color: rgb(91,189,167); }
H1.HeaderClassName
{
color: #5BBDA7;
}
.AnyTagClassName
{
color: #5BBDA7;
}
</style>
background-color css
<style>
a { background-color: #5BBDA7; }
a { background-color: rgb(91,189,167); }
div.DivClassName
{
background-color: #5BBDA7;
}
.BgClassName
{
background-color: #5BBDA7;
}
</style>
border-color css
<style>
span { border-color: #5BBDA7; }
span { border-color: rgb(91,189,167); }
td.TdClassName
{
border-color: #5BBDA7;
}
.TagClassName
{
border-color: #5BBDA7;
}
</style>