Shades of Puerto Rico #5BB6A1
Tints of Puerto Rico #5BB6A1
RGB
CMYK
RGB Variations
Color information
#5BB6A1 (or 0x5BB6A1) is known color: Puerto Rico. HEX triplet: 5B, B6 and A1. RGB value is (91,182,161). Sum of RGB (Red+Green+Blue) = 91+182+161=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #5BB6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB6A1 is #A4495E. Grayscale: #989898. Windows color (decimal): -10766687 or 10597979. OLE color: 10597979.
HSL color Cylindrical-coordinate representation of color #5BB6A1: hue angle of 166.15º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB6A1 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 182 | 161 | - |
| CMYK | 0.5 | 0 | 0.12 | 0.29 |
| HSL | 166.15º | 0.38% | 0.54% | - |
| HSV(B) | 166.15º | 0.5% | 0.71% | - |
| XYZ | 27.48 | 38.25 | 39.65 | - |
| YUV | 152.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 182 | 161 | 0.5 | 0 | 0.12 | 0.29 | 166.15 | 0.38 | 0.54 |
| Hex | 5B | B6 | A1 | 32 | 0 | C | 1D | A6 | 26 | 36 |
| Octal | 133 | 266 | 241 | 62 | 0 | 14 | 35 | 246 | 46 | 66 |
| Binary | 1011011 | 10110110 | 10100001 | 110010 | 0 | 1100 | 11101 | 10100110 | 100110 | 110110 |
Color Harmonies of #5BB6A1
Complementary color
Monochromatic Colors of #5BB6A1
Black with #5BB6A1
Text Example
Text Example
White with #5BB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB6A1; }
p { color: rgb(91,182,161); }
H1.HeaderClassName
{
color: #5BB6A1;
}
.AnyTagClassName
{
color: #5BB6A1;
}
</style>
background-color css
<style>
a { background-color: #5BB6A1; }
a { background-color: rgb(91,182,161); }
div.DivClassName
{
background-color: #5BB6A1;
}
.BgClassName
{
background-color: #5BB6A1;
}
</style>
border-color css
<style>
span { border-color: #5BB6A1; }
span { border-color: rgb(91,182,161); }
td.TdClassName
{
border-color: #5BB6A1;
}
.TagClassName
{
border-color: #5BB6A1;
}
</style>