Shades of Breaker Bay #55817E
Tints of Breaker Bay #55817E
RGB
CMYK
RGB Variations
Color information
#55817E (or 0x55817E) is known color: Breaker Bay. HEX triplet: 55, 81 and 7E. RGB value is (85,129,126). Sum of RGB (Red+Green+Blue) = 85+129+126=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #55817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55817E is #AA7E81. Grayscale: #737373. Windows color (decimal): -11173506 or 8290645. OLE color: 8290645.
HSL color Cylindrical-coordinate representation of color #55817E: hue angle of 175.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55817E is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 126 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.49 |
| HSL | 175.91º | 0.21% | 0.42% | - |
| HSV(B) | 175.91º | 0.34% | 0.51% | - |
| XYZ | 15.36 | 19.14 | 22.62 | - |
| YUV | 115.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 126 | 0.34 | 0 | 0.02 | 0.49 | 175.91 | 0.21 | 0.42 |
| Hex | 55 | 81 | 7E | 22 | 0 | 2 | 31 | B0 | 15 | 2A |
| Octal | 125 | 201 | 176 | 42 | 0 | 2 | 61 | 260 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1111110 | 100010 | 0 | 10 | 110001 | 10110000 | 10101 | 101010 |
Color Harmonies of #55817E
Complementary color
Monochromatic Colors of #55817E
Black with #55817E
Text Example
Text Example
White with #55817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55817E; }
p { color: rgb(85,129,126); }
H1.HeaderClassName
{
color: #55817E;
}
.AnyTagClassName
{
color: #55817E;
}
</style>
background-color css
<style>
a { background-color: #55817E; }
a { background-color: rgb(85,129,126); }
div.DivClassName
{
background-color: #55817E;
}
.BgClassName
{
background-color: #55817E;
}
</style>
border-color css
<style>
span { border-color: #55817E; }
span { border-color: rgb(85,129,126); }
td.TdClassName
{
border-color: #55817E;
}
.TagClassName
{
border-color: #55817E;
}
</style>