Shades of Bahama Blue #155583
Tints of Bahama Blue #155583
RGB
CMYK
RGB Variations
Color information
#155583 (or 0x155583) is known color: Bahama Blue. HEX triplet: 15, 55 and 83. RGB value is (21,85,131). Sum of RGB (Red+Green+Blue) = 21+85+131=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #155583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155583 is #EAAA7C. Grayscale: #464646. Windows color (decimal): -15379069 or 8606997. OLE color: 8606997.
HSL color Cylindrical-coordinate representation of color #155583: hue angle of 205.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155583 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 85 | 131 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.49 |
| HSL | 205.09º | 0.72% | 0.3% | - |
| HSV(B) | 205.09º | 0.84% | 0.51% | - |
| XYZ | 7.65 | 8.3 | 22.67 | - |
| YUV | 71.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 131 | 0.84 | 0.35 | 0 | 0.49 | 205.09 | 0.72 | 0.3 |
| Hex | 15 | 55 | 83 | 54 | 23 | 0 | 31 | CD | 48 | 1E |
| Octal | 25 | 125 | 203 | 124 | 43 | 0 | 61 | 315 | 110 | 36 |
| Binary | 10101 | 1010101 | 10000011 | 1010100 | 100011 | 0 | 110001 | 11001101 | 1001000 | 11110 |
Color Harmonies of #155583
Complementary color
Monochromatic Colors of #155583
Black with #155583
Text Example
Text Example
White with #155583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155583; }
p { color: rgb(21,85,131); }
H1.HeaderClassName
{
color: #155583;
}
.AnyTagClassName
{
color: #155583;
}
</style>
background-color css
<style>
a { background-color: #155583; }
a { background-color: rgb(21,85,131); }
div.DivClassName
{
background-color: #155583;
}
.BgClassName
{
background-color: #155583;
}
</style>
border-color css
<style>
span { border-color: #155583; }
span { border-color: rgb(21,85,131); }
td.TdClassName
{
border-color: #155583;
}
.TagClassName
{
border-color: #155583;
}
</style>