Shades of Puerto Rico #5BB5A5
Tints of Puerto Rico #5BB5A5
RGB
CMYK
RGB Variations
Color information
#5BB5A5 (or 0x5BB5A5) is known color: Puerto Rico. HEX triplet: 5B, B5 and A5. RGB value is (91,181,165). Sum of RGB (Red+Green+Blue) = 91+181+165=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #5BB5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB5A5 is #A44A5A. Grayscale: #989898. Windows color (decimal): -10766939 or 10859867. OLE color: 10859867.
HSL color Cylindrical-coordinate representation of color #5BB5A5: hue angle of 169.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BB5A5 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 181 | 165 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.29 |
| HSL | 169.33º | 0.38% | 0.53% | - |
| HSV(B) | 169.33º | 0.5% | 0.71% | - |
| XYZ | 27.63 | 37.99 | 41.47 | - |
| YUV | 152.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 181 | 165 | 0.50 | 0 | 0.09 | 0.29 | 169.33 | 0.38 | 0.53 |
| Hex | 5B | B5 | A5 | 32 | 0 | 9 | 1D | A9 | 26 | 35 |
| Octal | 133 | 265 | 245 | 62 | 0 | 11 | 35 | 251 | 46 | 65 |
| Binary | 1011011 | 10110101 | 10100101 | 110010 | 0 | 1001 | 11101 | 10101001 | 100110 | 110101 |
Color Harmonies of #5BB5A5
Complementary color
Monochromatic Colors of #5BB5A5
Black with #5BB5A5
Text Example
Text Example
White with #5BB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB5A5; }
p { color: rgb(91,181,165); }
H1.HeaderClassName
{
color: #5BB5A5;
}
.AnyTagClassName
{
color: #5BB5A5;
}
</style>
background-color css
<style>
a { background-color: #5BB5A5; }
a { background-color: rgb(91,181,165); }
div.DivClassName
{
background-color: #5BB5A5;
}
.BgClassName
{
background-color: #5BB5A5;
}
</style>
border-color css
<style>
span { border-color: #5BB5A5; }
span { border-color: rgb(91,181,165); }
td.TdClassName
{
border-color: #5BB5A5;
}
.TagClassName
{
border-color: #5BB5A5;
}
</style>