Shades of Breaker Bay #58837E
Tints of Breaker Bay #58837E
RGB
CMYK
RGB Variations
Color information
#58837E (or 0x58837E) is known color: Breaker Bay. HEX triplet: 58, 83 and 7E. RGB value is (88,131,126). Sum of RGB (Red+Green+Blue) = 88+131+126=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #58837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58837E is #A77C81. Grayscale: #757575. Windows color (decimal): -10976386 or 8291160. OLE color: 8291160.
HSL color Cylindrical-coordinate representation of color #58837E: hue angle of 173.02º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58837E is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 131 | 126 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.49 |
| HSL | 173.02º | 0.2% | 0.43% | - |
| HSV(B) | 173.02º | 0.33% | 0.51% | - |
| XYZ | 15.91 | 19.81 | 22.72 | - |
| YUV | 117.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 126 | 0.33 | 0 | 0.04 | 0.49 | 173.02 | 0.2 | 0.43 |
| Hex | 58 | 83 | 7E | 21 | 0 | 4 | 31 | AD | 14 | 2B |
| Octal | 130 | 203 | 176 | 41 | 0 | 4 | 61 | 255 | 24 | 53 |
| Binary | 1011000 | 10000011 | 1111110 | 100001 | 0 | 100 | 110001 | 10101101 | 10100 | 101011 |
Color Harmonies of #58837E
Complementary color
Monochromatic Colors of #58837E
Black with #58837E
Text Example
Text Example
White with #58837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58837E; }
p { color: rgb(88,131,126); }
H1.HeaderClassName
{
color: #58837E;
}
.AnyTagClassName
{
color: #58837E;
}
</style>
background-color css
<style>
a { background-color: #58837E; }
a { background-color: rgb(88,131,126); }
div.DivClassName
{
background-color: #58837E;
}
.BgClassName
{
background-color: #58837E;
}
</style>
border-color css
<style>
span { border-color: #58837E; }
span { border-color: rgb(88,131,126); }
td.TdClassName
{
border-color: #58837E;
}
.TagClassName
{
border-color: #58837E;
}
</style>