Shades of Puerto Rico #5BAFA6
Tints of Puerto Rico #5BAFA6
RGB
CMYK
RGB Variations
Color information
#5BAFA6 (or 0x5BAFA6) is known color: Puerto Rico. HEX triplet: 5B, AF and A6. RGB value is (91,175,166). Sum of RGB (Red+Green+Blue) = 91+175+166=432 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.06% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFA6 is #A45059. Grayscale: #949494. Windows color (decimal): -10768474 or 10923867. OLE color: 10923867.
HSL color Cylindrical-coordinate representation of color #5BAFA6: hue angle of 173.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAFA6 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 166 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.31 |
| HSL | 173.57º | 0.34% | 0.52% | - |
| HSV(B) | 173.57º | 0.48% | 0.69% | - |
| XYZ | 26.53 | 35.64 | 41.56 | - |
| YUV | 148.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 166 | 0.48 | 0 | 0.05 | 0.31 | 173.57 | 0.34 | 0.52 |
| Hex | 5B | AF | A6 | 30 | 0 | 5 | 1F | AE | 22 | 34 |
| Octal | 133 | 257 | 246 | 60 | 0 | 5 | 37 | 256 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10100110 | 110000 | 0 | 101 | 11111 | 10101110 | 100010 | 110100 |
Color Harmonies of #5BAFA6
Complementary color
Monochromatic Colors of #5BAFA6
Black with #5BAFA6
Text Example
Text Example
White with #5BAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFA6; }
p { color: rgb(91,175,166); }
H1.HeaderClassName
{
color: #5BAFA6;
}
.AnyTagClassName
{
color: #5BAFA6;
}
</style>
background-color css
<style>
a { background-color: #5BAFA6; }
a { background-color: rgb(91,175,166); }
div.DivClassName
{
background-color: #5BAFA6;
}
.BgClassName
{
background-color: #5BAFA6;
}
</style>
border-color css
<style>
span { border-color: #5BAFA6; }
span { border-color: rgb(91,175,166); }
td.TdClassName
{
border-color: #5BAFA6;
}
.TagClassName
{
border-color: #5BAFA6;
}
</style>