Shades of Puerto Rico #5BAFA7
Tints of Puerto Rico #5BAFA7
RGB
CMYK
RGB Variations
Color information
#5BAFA7 (or 0x5BAFA7) is known color: Puerto Rico. HEX triplet: 5B, AF and A7. RGB value is (91,175,167). Sum of RGB (Red+Green+Blue) = 91+175+167=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFA7 is #A45058. Grayscale: #949494. Windows color (decimal): -10768473 or 10989403. OLE color: 10989403.
HSL color Cylindrical-coordinate representation of color #5BAFA7: hue angle of 174.29º 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 #5BAFA7 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 167 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.31 |
| HSL | 174.29º | 0.34% | 0.52% | - |
| HSV(B) | 174.29º | 0.48% | 0.69% | - |
| XYZ | 26.62 | 35.67 | 42.04 | - |
| YUV | 148.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 167 | 0.48 | 0 | 0.05 | 0.31 | 174.29 | 0.34 | 0.52 |
| Hex | 5B | AF | A7 | 30 | 0 | 5 | 1F | AE | 22 | 34 |
| Octal | 133 | 257 | 247 | 60 | 0 | 5 | 37 | 256 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10100111 | 110000 | 0 | 101 | 11111 | 10101110 | 100010 | 110100 |
Color Harmonies of #5BAFA7
Complementary color
Monochromatic Colors of #5BAFA7
Black with #5BAFA7
Text Example
Text Example
White with #5BAFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFA7; }
p { color: rgb(91,175,167); }
H1.HeaderClassName
{
color: #5BAFA7;
}
.AnyTagClassName
{
color: #5BAFA7;
}
</style>
background-color css
<style>
a { background-color: #5BAFA7; }
a { background-color: rgb(91,175,167); }
div.DivClassName
{
background-color: #5BAFA7;
}
.BgClassName
{
background-color: #5BAFA7;
}
</style>
border-color css
<style>
span { border-color: #5BAFA7; }
span { border-color: rgb(91,175,167); }
td.TdClassName
{
border-color: #5BAFA7;
}
.TagClassName
{
border-color: #5BAFA7;
}
</style>