Shades of Breaker Bay #55837F
Tints of Breaker Bay #55837F
RGB
CMYK
RGB Variations
Color information
#55837F (or 0x55837F) is known color: Breaker Bay. HEX triplet: 55, 83 and 7F. RGB value is (85,131,127). Sum of RGB (Red+Green+Blue) = 85+131+127=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #55837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55837F is #AA7C80. Grayscale: #747474. Windows color (decimal): -11172993 or 8356693. OLE color: 8356693.
HSL color Cylindrical-coordinate representation of color #55837F: hue angle of 174.78º 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 #55837F is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 127 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.49 |
| HSL | 174.78º | 0.21% | 0.42% | - |
| HSV(B) | 174.78º | 0.35% | 0.51% | - |
| XYZ | 15.69 | 19.7 | 23.05 | - |
| YUV | 116.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 127 | 0.35 | 0 | 0.03 | 0.49 | 174.78 | 0.21 | 0.42 |
| Hex | 55 | 83 | 7F | 23 | 0 | 3 | 31 | AF | 15 | 2A |
| Octal | 125 | 203 | 177 | 43 | 0 | 3 | 61 | 257 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1111111 | 100011 | 0 | 11 | 110001 | 10101111 | 10101 | 101010 |
Color Harmonies of #55837F
Complementary color
Monochromatic Colors of #55837F
Black with #55837F
Text Example
Text Example
White with #55837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55837F; }
p { color: rgb(85,131,127); }
H1.HeaderClassName
{
color: #55837F;
}
.AnyTagClassName
{
color: #55837F;
}
</style>
background-color css
<style>
a { background-color: #55837F; }
a { background-color: rgb(85,131,127); }
div.DivClassName
{
background-color: #55837F;
}
.BgClassName
{
background-color: #55837F;
}
</style>
border-color css
<style>
span { border-color: #55837F; }
span { border-color: rgb(85,131,127); }
td.TdClassName
{
border-color: #55837F;
}
.TagClassName
{
border-color: #55837F;
}
</style>