Shades of Bahama Blue #165587
Tints of Bahama Blue #165587
RGB
CMYK
RGB Variations
Color information
#165587 (or 0x165587) is known color: Bahama Blue. HEX triplet: 16, 55 and 87. RGB value is (22,85,135). Sum of RGB (Red+Green+Blue) = 22+85+135=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #165587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165587 is #E9AA78. Grayscale: #474747. Windows color (decimal): -15313529 or 8869142. OLE color: 8869142.
HSL color Cylindrical-coordinate representation of color #165587: hue angle of 206.55º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165587 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 85 | 135 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.47 |
| HSL | 206.55º | 0.72% | 0.31% | - |
| HSV(B) | 206.55º | 0.84% | 0.53% | - |
| XYZ | 7.95 | 8.42 | 24.13 | - |
| YUV | 71.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 135 | 0.84 | 0.37 | 0 | 0.47 | 206.55 | 0.72 | 0.31 |
| Hex | 16 | 55 | 87 | 54 | 25 | 0 | 2F | CF | 48 | 1F |
| Octal | 26 | 125 | 207 | 124 | 45 | 0 | 57 | 317 | 110 | 37 |
| Binary | 10110 | 1010101 | 10000111 | 1010100 | 100101 | 0 | 101111 | 11001111 | 1001000 | 11111 |
Color Harmonies of #165587
Complementary color
Monochromatic Colors of #165587
Black with #165587
Text Example
Text Example
White with #165587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165587; }
p { color: rgb(22,85,135); }
H1.HeaderClassName
{
color: #165587;
}
.AnyTagClassName
{
color: #165587;
}
</style>
background-color css
<style>
a { background-color: #165587; }
a { background-color: rgb(22,85,135); }
div.DivClassName
{
background-color: #165587;
}
.BgClassName
{
background-color: #165587;
}
</style>
border-color css
<style>
span { border-color: #165587; }
span { border-color: rgb(22,85,135); }
td.TdClassName
{
border-color: #165587;
}
.TagClassName
{
border-color: #165587;
}
</style>