Shades of Breaker Bay #58817A
Tints of Breaker Bay #58817A
RGB
CMYK
RGB Variations
Color information
#58817A (or 0x58817A) is known color: Breaker Bay. HEX triplet: 58, 81 and 7A. RGB value is (88,129,122). Sum of RGB (Red+Green+Blue) = 88+129+122=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #58817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58817A is #A77E85. Grayscale: #737373. Windows color (decimal): -10976902 or 8028504. OLE color: 8028504.
HSL color Cylindrical-coordinate representation of color #58817A: hue angle of 169.76º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58817A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 122 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.49 |
| HSL | 169.76º | 0.19% | 0.43% | - |
| HSV(B) | 169.76º | 0.32% | 0.51% | - |
| XYZ | 15.39 | 19.18 | 21.3 | - |
| YUV | 115.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 122 | 0.32 | 0 | 0.05 | 0.49 | 169.76 | 0.19 | 0.43 |
| Hex | 58 | 81 | 7A | 20 | 0 | 5 | 31 | AA | 13 | 2B |
| Octal | 130 | 201 | 172 | 40 | 0 | 5 | 61 | 252 | 23 | 53 |
| Binary | 1011000 | 10000001 | 1111010 | 100000 | 0 | 101 | 110001 | 10101010 | 10011 | 101011 |
Color Harmonies of #58817A
Complementary color
Monochromatic Colors of #58817A
Black with #58817A
Text Example
Text Example
White with #58817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58817A; }
p { color: rgb(88,129,122); }
H1.HeaderClassName
{
color: #58817A;
}
.AnyTagClassName
{
color: #58817A;
}
</style>
background-color css
<style>
a { background-color: #58817A; }
a { background-color: rgb(88,129,122); }
div.DivClassName
{
background-color: #58817A;
}
.BgClassName
{
background-color: #58817A;
}
</style>
border-color css
<style>
span { border-color: #58817A; }
span { border-color: rgb(88,129,122); }
td.TdClassName
{
border-color: #58817A;
}
.TagClassName
{
border-color: #58817A;
}
</style>