Shades of Breaker Bay #58797A
Tints of Breaker Bay #58797A
RGB
CMYK
RGB Variations
Color information
#58797A (or 0x58797A) is known color: Breaker Bay. HEX triplet: 58, 79 and 7A. RGB value is (88,121,122). Sum of RGB (Red+Green+Blue) = 88+121+122=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #58797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797A is #A78685. Grayscale: #6F6F6F. Windows color (decimal): -10978950 or 8026456. OLE color: 8026456.
HSL color Cylindrical-coordinate representation of color #58797A: hue angle of 181.76º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58797A is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 121 | 122 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.52 |
| HSL | 181.76º | 0.16% | 0.41% | - |
| HSV(B) | 181.76º | 0.28% | 0.48% | - |
| XYZ | 14.37 | 17.15 | 20.97 | - |
| YUV | 111.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 122 | 0.28 | 0.01 | 0 | 0.52 | 181.76 | 0.16 | 0.41 |
| Hex | 58 | 79 | 7A | 1C | 1 | 0 | 34 | B6 | 10 | 29 |
| Octal | 130 | 171 | 172 | 34 | 1 | 0 | 64 | 266 | 20 | 51 |
| Binary | 1011000 | 1111001 | 1111010 | 11100 | 1 | 0 | 110100 | 10110110 | 10000 | 101001 |
Color Harmonies of #58797A
Complementary color
Monochromatic Colors of #58797A
Black with #58797A
Text Example
Text Example
White with #58797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58797A; }
p { color: rgb(88,121,122); }
H1.HeaderClassName
{
color: #58797A;
}
.AnyTagClassName
{
color: #58797A;
}
</style>
background-color css
<style>
a { background-color: #58797A; }
a { background-color: rgb(88,121,122); }
div.DivClassName
{
background-color: #58797A;
}
.BgClassName
{
background-color: #58797A;
}
</style>
border-color css
<style>
span { border-color: #58797A; }
span { border-color: rgb(88,121,122); }
td.TdClassName
{
border-color: #58797A;
}
.TagClassName
{
border-color: #58797A;
}
</style>