Shades of Breaker Bay #558582
Tints of Breaker Bay #558582
RGB
CMYK
RGB Variations
Color information
#558582 (or 0x558582) is known color: Breaker Bay. HEX triplet: 55, 85 and 82. RGB value is (85,133,130). Sum of RGB (Red+Green+Blue) = 85+133+130=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #558582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558582 is #AA7A7D. Grayscale: #767676. Windows color (decimal): -11172478 or 8553813. OLE color: 8553813.
HSL color Cylindrical-coordinate representation of color #558582: hue angle of 176.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558582 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 130 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.48 |
| HSL | 176.25º | 0.22% | 0.43% | - |
| HSV(B) | 176.25º | 0.36% | 0.52% | - |
| XYZ | 16.16 | 20.32 | 24.19 | - |
| YUV | 118.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 130 | 0.36 | 0 | 0.02 | 0.48 | 176.25 | 0.22 | 0.43 |
| Hex | 55 | 85 | 82 | 24 | 0 | 2 | 30 | B0 | 16 | 2B |
| Octal | 125 | 205 | 202 | 44 | 0 | 2 | 60 | 260 | 26 | 53 |
| Binary | 1010101 | 10000101 | 10000010 | 100100 | 0 | 10 | 110000 | 10110000 | 10110 | 101011 |
Color Harmonies of #558582
Complementary color
Monochromatic Colors of #558582
Black with #558582
Text Example
Text Example
White with #558582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558582; }
p { color: rgb(85,133,130); }
H1.HeaderClassName
{
color: #558582;
}
.AnyTagClassName
{
color: #558582;
}
</style>
background-color css
<style>
a { background-color: #558582; }
a { background-color: rgb(85,133,130); }
div.DivClassName
{
background-color: #558582;
}
.BgClassName
{
background-color: #558582;
}
</style>
border-color css
<style>
span { border-color: #558582; }
span { border-color: rgb(85,133,130); }
td.TdClassName
{
border-color: #558582;
}
.TagClassName
{
border-color: #558582;
}
</style>