Shades of Breaker Bay #558683
Tints of Breaker Bay #558683
RGB
CMYK
RGB Variations
Color information
#558683 (or 0x558683) is known color: Breaker Bay. HEX triplet: 55, 86 and 83. RGB value is (85,134,131). Sum of RGB (Red+Green+Blue) = 85+134+131=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #558683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558683 is #AA797C. Grayscale: #767676. Windows color (decimal): -11172221 or 8619605. OLE color: 8619605.
HSL color Cylindrical-coordinate representation of color #558683: hue angle of 176.33º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558683 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 131 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.47 |
| HSL | 176.33º | 0.22% | 0.43% | - |
| HSV(B) | 176.33º | 0.37% | 0.53% | - |
| XYZ | 16.37 | 20.62 | 24.59 | - |
| YUV | 119.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 131 | 0.37 | 0 | 0.02 | 0.47 | 176.33 | 0.22 | 0.43 |
| Hex | 55 | 86 | 83 | 25 | 0 | 2 | 2F | B0 | 16 | 2B |
| Octal | 125 | 206 | 203 | 45 | 0 | 2 | 57 | 260 | 26 | 53 |
| Binary | 1010101 | 10000110 | 10000011 | 100101 | 0 | 10 | 101111 | 10110000 | 10110 | 101011 |
Color Harmonies of #558683
Complementary color
Monochromatic Colors of #558683
Black with #558683
Text Example
Text Example
White with #558683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558683; }
p { color: rgb(85,134,131); }
H1.HeaderClassName
{
color: #558683;
}
.AnyTagClassName
{
color: #558683;
}
</style>
background-color css
<style>
a { background-color: #558683; }
a { background-color: rgb(85,134,131); }
div.DivClassName
{
background-color: #558683;
}
.BgClassName
{
background-color: #558683;
}
</style>
border-color css
<style>
span { border-color: #558683; }
span { border-color: rgb(85,134,131); }
td.TdClassName
{
border-color: #558683;
}
.TagClassName
{
border-color: #558683;
}
</style>