Shades of Breaker Bay #58867D
Tints of Breaker Bay #58867D
RGB
CMYK
RGB Variations
Color information
#58867D (or 0x58867D) is known color: Breaker Bay. HEX triplet: 58, 86 and 7D. RGB value is (88,134,125). Sum of RGB (Red+Green+Blue) = 88+134+125=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #58867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58867D is #A77982. Grayscale: #777777. Windows color (decimal): -10975619 or 8226392. OLE color: 8226392.
HSL color Cylindrical-coordinate representation of color #58867D: hue angle of 168.26º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58867D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 125 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.47 |
| HSL | 168.26º | 0.21% | 0.44% | - |
| HSV(B) | 168.26º | 0.34% | 0.53% | - |
| XYZ | 16.25 | 20.61 | 22.52 | - |
| YUV | 119.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 125 | 0.34 | 0 | 0.07 | 0.47 | 168.26 | 0.21 | 0.44 |
| Hex | 58 | 86 | 7D | 22 | 0 | 7 | 2F | A8 | 15 | 2C |
| Octal | 130 | 206 | 175 | 42 | 0 | 7 | 57 | 250 | 25 | 54 |
| Binary | 1011000 | 10000110 | 1111101 | 100010 | 0 | 111 | 101111 | 10101000 | 10101 | 101100 |
Color Harmonies of #58867D
Complementary color
Monochromatic Colors of #58867D
Black with #58867D
Text Example
Text Example
White with #58867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58867D; }
p { color: rgb(88,134,125); }
H1.HeaderClassName
{
color: #58867D;
}
.AnyTagClassName
{
color: #58867D;
}
</style>
background-color css
<style>
a { background-color: #58867D; }
a { background-color: rgb(88,134,125); }
div.DivClassName
{
background-color: #58867D;
}
.BgClassName
{
background-color: #58867D;
}
</style>
border-color css
<style>
span { border-color: #58867D; }
span { border-color: rgb(88,134,125); }
td.TdClassName
{
border-color: #58867D;
}
.TagClassName
{
border-color: #58867D;
}
</style>