Shades of Bahama Blue #255D83
Tints of Bahama Blue #255D83
RGB
CMYK
RGB Variations
Color information
#255D83 (or 0x255D83) is known color: Bahama Blue. HEX triplet: 25, 5D and 83. RGB value is (37,93,131). Sum of RGB (Red+Green+Blue) = 37+93+131=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #255D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D83 is #DAA27C. Grayscale: #505050. Windows color (decimal): -14328445 or 8609061. OLE color: 8609061.
HSL color Cylindrical-coordinate representation of color #255D83: hue angle of 204.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255D83 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 93 | 131 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.49 |
| HSL | 204.26º | 0.56% | 0.33% | - |
| HSV(B) | 204.26º | 0.72% | 0.51% | - |
| XYZ | 8.77 | 9.86 | 22.91 | - |
| YUV | 80.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 131 | 0.72 | 0.29 | 0 | 0.49 | 204.26 | 0.56 | 0.33 |
| Hex | 25 | 5D | 83 | 48 | 1D | 0 | 31 | CC | 38 | 21 |
| Octal | 45 | 135 | 203 | 110 | 35 | 0 | 61 | 314 | 70 | 41 |
| Binary | 100101 | 1011101 | 10000011 | 1001000 | 11101 | 0 | 110001 | 11001100 | 111000 | 100001 |
Color Harmonies of #255D83
Complementary color
Monochromatic Colors of #255D83
Black with #255D83
Text Example
Text Example
White with #255D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D83; }
p { color: rgb(37,93,131); }
H1.HeaderClassName
{
color: #255D83;
}
.AnyTagClassName
{
color: #255D83;
}
</style>
background-color css
<style>
a { background-color: #255D83; }
a { background-color: rgb(37,93,131); }
div.DivClassName
{
background-color: #255D83;
}
.BgClassName
{
background-color: #255D83;
}
</style>
border-color css
<style>
span { border-color: #255D83; }
span { border-color: rgb(37,93,131); }
td.TdClassName
{
border-color: #255D83;
}
.TagClassName
{
border-color: #255D83;
}
</style>