Shades of Gulf Stream #85B5B1
Tints of Gulf Stream #85B5B1
RGB
CMYK
RGB Variations
Color information
#85B5B1 (or 0x85B5B1) is known color: Gulf Stream. HEX triplet: 85, B5 and B1. RGB value is (133,181,177). Sum of RGB (Red+Green+Blue) = 133+181+177=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #85B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B5B1 is #7A4A4E. Grayscale: #A6A6A6. Windows color (decimal): -8014415 or 11646341. OLE color: 11646341.
HSL color Cylindrical-coordinate representation of color #85B5B1: hue angle of 175º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B5B1 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 177 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.29 |
| HSL | 175º | 0.24% | 0.62% | - |
| HSV(B) | 175º | 0.27% | 0.71% | - |
| XYZ | 34.13 | 41.21 | 47.75 | - |
| YUV | 166.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 177 | 0.27 | 0 | 0.02 | 0.29 | 175 | 0.24 | 0.62 |
| Hex | 85 | B5 | B1 | 1B | 0 | 2 | 1D | AF | 18 | 3E |
| Octal | 205 | 265 | 261 | 33 | 0 | 2 | 35 | 257 | 30 | 76 |
| Binary | 10000101 | 10110101 | 10110001 | 11011 | 0 | 10 | 11101 | 10101111 | 11000 | 111110 |
Color Harmonies of #85B5B1
Complementary color
Monochromatic Colors of #85B5B1
Black with #85B5B1
Text Example
Text Example
White with #85B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B5B1; }
p { color: rgb(133,181,177); }
H1.HeaderClassName
{
color: #85B5B1;
}
.AnyTagClassName
{
color: #85B5B1;
}
</style>
background-color css
<style>
a { background-color: #85B5B1; }
a { background-color: rgb(133,181,177); }
div.DivClassName
{
background-color: #85B5B1;
}
.BgClassName
{
background-color: #85B5B1;
}
</style>
border-color css
<style>
span { border-color: #85B5B1; }
span { border-color: rgb(133,181,177); }
td.TdClassName
{
border-color: #85B5B1;
}
.TagClassName
{
border-color: #85B5B1;
}
</style>