Shades of Breaker Bay #5A8482
Tints of Breaker Bay #5A8482
RGB
CMYK
RGB Variations
Color information
#5A8482 (or 0x5A8482) is known color: Breaker Bay. HEX triplet: 5A, 84 and 82. RGB value is (90,132,130). Sum of RGB (Red+Green+Blue) = 90+132+130=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8482 is #A57B7D. Grayscale: #777777. Windows color (decimal): -10845054 or 8553562. OLE color: 8553562.
HSL color Cylindrical-coordinate representation of color #5A8482: hue angle of 177.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A8482 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 130 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.48 |
| HSL | 177.14º | 0.19% | 0.44% | - |
| HSV(B) | 177.14º | 0.32% | 0.52% | - |
| XYZ | 16.5 | 20.29 | 24.17 | - |
| YUV | 119.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 130 | 0.32 | 0 | 0.02 | 0.48 | 177.14 | 0.19 | 0.44 |
| Hex | 5A | 84 | 82 | 20 | 0 | 2 | 30 | B1 | 13 | 2C |
| Octal | 132 | 204 | 202 | 40 | 0 | 2 | 60 | 261 | 23 | 54 |
| Binary | 1011010 | 10000100 | 10000010 | 100000 | 0 | 10 | 110000 | 10110001 | 10011 | 101100 |
Color Harmonies of #5A8482
Complementary color
Monochromatic Colors of #5A8482
Black with #5A8482
Text Example
Text Example
White with #5A8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8482; }
p { color: rgb(90,132,130); }
H1.HeaderClassName
{
color: #5A8482;
}
.AnyTagClassName
{
color: #5A8482;
}
</style>
background-color css
<style>
a { background-color: #5A8482; }
a { background-color: rgb(90,132,130); }
div.DivClassName
{
background-color: #5A8482;
}
.BgClassName
{
background-color: #5A8482;
}
</style>
border-color css
<style>
span { border-color: #5A8482; }
span { border-color: rgb(90,132,130); }
td.TdClassName
{
border-color: #5A8482;
}
.TagClassName
{
border-color: #5A8482;
}
</style>