Shades of Puerto Rico #5BBDB0
Tints of Puerto Rico #5BBDB0
RGB
CMYK
RGB Variations
Color information
#5BBDB0 (or 0x5BBDB0) is known color: Puerto Rico. HEX triplet: 5B, BD and B0. RGB value is (91,189,176). Sum of RGB (Red+Green+Blue) = 91+189+176=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBDB0 is #A4424F. Grayscale: #9E9E9E. Windows color (decimal): -10764880 or 11582811. OLE color: 11582811.
HSL color Cylindrical-coordinate representation of color #5BBDB0: hue angle of 172.04º 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 #5BBDB0 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 176 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.26 |
| HSL | 172.04º | 0.43% | 0.55% | - |
| HSV(B) | 172.04º | 0.52% | 0.74% | - |
| XYZ | 30.35 | 41.75 | 47.53 | - |
| YUV | 158.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 176 | 0.52 | 0 | 0.07 | 0.26 | 172.04 | 0.43 | 0.55 |
| Hex | 5B | BD | B0 | 34 | 0 | 7 | 1A | AC | 2B | 37 |
| Octal | 133 | 275 | 260 | 64 | 0 | 7 | 32 | 254 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10110000 | 110100 | 0 | 111 | 11010 | 10101100 | 101011 | 110111 |
Color Harmonies of #5BBDB0
Complementary color
Monochromatic Colors of #5BBDB0
Black with #5BBDB0
Text Example
Text Example
White with #5BBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDB0; }
p { color: rgb(91,189,176); }
H1.HeaderClassName
{
color: #5BBDB0;
}
.AnyTagClassName
{
color: #5BBDB0;
}
</style>
background-color css
<style>
a { background-color: #5BBDB0; }
a { background-color: rgb(91,189,176); }
div.DivClassName
{
background-color: #5BBDB0;
}
.BgClassName
{
background-color: #5BBDB0;
}
</style>
border-color css
<style>
span { border-color: #5BBDB0; }
span { border-color: rgb(91,189,176); }
td.TdClassName
{
border-color: #5BBDB0;
}
.TagClassName
{
border-color: #5BBDB0;
}
</style>