Shades of Bahama Blue #255579
Tints of Bahama Blue #255579
RGB
CMYK
RGB Variations
Color information
#255579 (or 0x255579) is known color: Bahama Blue. HEX triplet: 25, 55 and 79. RGB value is (37,85,121). Sum of RGB (Red+Green+Blue) = 37+85+121=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #255579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255579 is #DAAA86. Grayscale: #4A4A4A. Windows color (decimal): -14330503 or 7951653. OLE color: 7951653.
HSL color Cylindrical-coordinate representation of color #255579: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255579 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 85 | 121 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.53 |
| HSL | 205.71º | 0.53% | 0.31% | - |
| HSV(B) | 205.71º | 0.69% | 0.47% | - |
| XYZ | 7.46 | 8.27 | 19.29 | - |
| YUV | 74.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 121 | 0.69 | 0.30 | 0 | 0.53 | 205.71 | 0.53 | 0.31 |
| Hex | 25 | 55 | 79 | 45 | 1E | 0 | 35 | CE | 35 | 1F |
| Octal | 45 | 125 | 171 | 105 | 36 | 0 | 65 | 316 | 65 | 37 |
| Binary | 100101 | 1010101 | 1111001 | 1000101 | 11110 | 0 | 110101 | 11001110 | 110101 | 11111 |
Color Harmonies of #255579
Complementary color
Monochromatic Colors of #255579
Black with #255579
Text Example
Text Example
White with #255579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255579; }
p { color: rgb(37,85,121); }
H1.HeaderClassName
{
color: #255579;
}
.AnyTagClassName
{
color: #255579;
}
</style>
background-color css
<style>
a { background-color: #255579; }
a { background-color: rgb(37,85,121); }
div.DivClassName
{
background-color: #255579;
}
.BgClassName
{
background-color: #255579;
}
</style>
border-color css
<style>
span { border-color: #255579; }
span { border-color: rgb(37,85,121); }
td.TdClassName
{
border-color: #255579;
}
.TagClassName
{
border-color: #255579;
}
</style>