Shades of Breaker Bay #55817A
Tints of Breaker Bay #55817A
RGB
CMYK
RGB Variations
Color information
#55817A (or 0x55817A) is known color: Breaker Bay. HEX triplet: 55, 81 and 7A. RGB value is (85,129,122). Sum of RGB (Red+Green+Blue) = 85+129+122=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #55817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55817A is #AA7E85. Grayscale: #737373. Windows color (decimal): -11173510 or 8028501. OLE color: 8028501.
HSL color Cylindrical-coordinate representation of color #55817A: hue angle of 170.45º 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 #55817A is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 122 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.49 |
| HSL | 170.45º | 0.21% | 0.42% | - |
| HSV(B) | 170.45º | 0.34% | 0.51% | - |
| XYZ | 15.11 | 19.04 | 21.29 | - |
| YUV | 115.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 122 | 0.34 | 0 | 0.05 | 0.49 | 170.45 | 0.21 | 0.42 |
| Hex | 55 | 81 | 7A | 22 | 0 | 5 | 31 | AA | 15 | 2A |
| Octal | 125 | 201 | 172 | 42 | 0 | 5 | 61 | 252 | 25 | 52 |
| Binary | 1010101 | 10000001 | 1111010 | 100010 | 0 | 101 | 110001 | 10101010 | 10101 | 101010 |
Color Harmonies of #55817A
Complementary color
Monochromatic Colors of #55817A
Black with #55817A
Text Example
Text Example
White with #55817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55817A; }
p { color: rgb(85,129,122); }
H1.HeaderClassName
{
color: #55817A;
}
.AnyTagClassName
{
color: #55817A;
}
</style>
background-color css
<style>
a { background-color: #55817A; }
a { background-color: rgb(85,129,122); }
div.DivClassName
{
background-color: #55817A;
}
.BgClassName
{
background-color: #55817A;
}
</style>
border-color css
<style>
span { border-color: #55817A; }
span { border-color: rgb(85,129,122); }
td.TdClassName
{
border-color: #55817A;
}
.TagClassName
{
border-color: #55817A;
}
</style>