Shades of Breaker Bay #55837B
Tints of Breaker Bay #55837B
RGB
CMYK
RGB Variations
Color information
#55837B (or 0x55837B) is known color: Breaker Bay. HEX triplet: 55, 83 and 7B. RGB value is (85,131,123). Sum of RGB (Red+Green+Blue) = 85+131+123=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #55837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55837B is #AA7C84. Grayscale: #747474. Windows color (decimal): -11172997 or 8094549. OLE color: 8094549.
HSL color Cylindrical-coordinate representation of color #55837B: hue angle of 169.57º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55837B is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 123 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.49 |
| HSL | 169.57º | 0.21% | 0.42% | - |
| HSV(B) | 169.57º | 0.35% | 0.51% | - |
| XYZ | 15.44 | 19.59 | 21.71 | - |
| YUV | 116.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 123 | 0.35 | 0 | 0.06 | 0.49 | 169.57 | 0.21 | 0.42 |
| Hex | 55 | 83 | 7B | 23 | 0 | 6 | 31 | AA | 15 | 2A |
| Octal | 125 | 203 | 173 | 43 | 0 | 6 | 61 | 252 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1111011 | 100011 | 0 | 110 | 110001 | 10101010 | 10101 | 101010 |
Color Harmonies of #55837B
Complementary color
Monochromatic Colors of #55837B
Black with #55837B
Text Example
Text Example
White with #55837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55837B; }
p { color: rgb(85,131,123); }
H1.HeaderClassName
{
color: #55837B;
}
.AnyTagClassName
{
color: #55837B;
}
</style>
background-color css
<style>
a { background-color: #55837B; }
a { background-color: rgb(85,131,123); }
div.DivClassName
{
background-color: #55837B;
}
.BgClassName
{
background-color: #55837B;
}
</style>
border-color css
<style>
span { border-color: #55837B; }
span { border-color: rgb(85,131,123); }
td.TdClassName
{
border-color: #55837B;
}
.TagClassName
{
border-color: #55837B;
}
</style>