Shades of Breaker Bay #558379
Tints of Breaker Bay #558379
RGB
CMYK
RGB Variations
Color information
#558379 (or 0x558379) is known color: Breaker Bay. HEX triplet: 55, 83 and 79. RGB value is (85,131,121). Sum of RGB (Red+Green+Blue) = 85+131+121=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #558379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558379 is #AA7C86. Grayscale: #747474. Windows color (decimal): -11172999 or 7963477. OLE color: 7963477.
HSL color Cylindrical-coordinate representation of color #558379: hue angle of 166.96º 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 #558379 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 131 | 121 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.49 |
| HSL | 166.96º | 0.21% | 0.42% | - |
| HSV(B) | 166.96º | 0.35% | 0.51% | - |
| XYZ | 15.31 | 19.54 | 21.05 | - |
| YUV | 116.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 121 | 0.35 | 0 | 0.08 | 0.49 | 166.96 | 0.21 | 0.42 |
| Hex | 55 | 83 | 79 | 23 | 0 | 8 | 31 | A7 | 15 | 2A |
| Octal | 125 | 203 | 171 | 43 | 0 | 10 | 61 | 247 | 25 | 52 |
| Binary | 1010101 | 10000011 | 1111001 | 100011 | 0 | 1000 | 110001 | 10100111 | 10101 | 101010 |
Color Harmonies of #558379
Complementary color
Monochromatic Colors of #558379
Black with #558379
Text Example
Text Example
White with #558379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558379; }
p { color: rgb(85,131,121); }
H1.HeaderClassName
{
color: #558379;
}
.AnyTagClassName
{
color: #558379;
}
</style>
background-color css
<style>
a { background-color: #558379; }
a { background-color: rgb(85,131,121); }
div.DivClassName
{
background-color: #558379;
}
.BgClassName
{
background-color: #558379;
}
</style>
border-color css
<style>
span { border-color: #558379; }
span { border-color: rgb(85,131,121); }
td.TdClassName
{
border-color: #558379;
}
.TagClassName
{
border-color: #558379;
}
</style>