Shades of Breaker Bay #5E8482
Tints of Breaker Bay #5E8482
RGB
CMYK
RGB Variations
Color information
#5E8482 (or 0x5E8482) is known color: Breaker Bay. HEX triplet: 5E, 84 and 82. RGB value is (94,132,130). Sum of RGB (Red+Green+Blue) = 94+132+130=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8482 is #A17B7D. Grayscale: #787878. Windows color (decimal): -10582910 or 8553566. OLE color: 8553566.
HSL color Cylindrical-coordinate representation of color #5E8482: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8482 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 130 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.48 |
| HSL | 176.84º | 0.17% | 0.44% | - |
| HSV(B) | 176.84º | 0.29% | 0.52% | - |
| XYZ | 16.9 | 20.49 | 24.18 | - |
| YUV | 120.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 130 | 0.29 | 0 | 0.02 | 0.48 | 176.84 | 0.17 | 0.44 |
| Hex | 5E | 84 | 82 | 1D | 0 | 2 | 30 | B1 | 11 | 2C |
| Octal | 136 | 204 | 202 | 35 | 0 | 2 | 60 | 261 | 21 | 54 |
| Binary | 1011110 | 10000100 | 10000010 | 11101 | 0 | 10 | 110000 | 10110001 | 10001 | 101100 |
Color Harmonies of #5E8482
Complementary color
Monochromatic Colors of #5E8482
Black with #5E8482
Text Example
Text Example
White with #5E8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8482; }
p { color: rgb(94,132,130); }
H1.HeaderClassName
{
color: #5E8482;
}
.AnyTagClassName
{
color: #5E8482;
}
</style>
background-color css
<style>
a { background-color: #5E8482; }
a { background-color: rgb(94,132,130); }
div.DivClassName
{
background-color: #5E8482;
}
.BgClassName
{
background-color: #5E8482;
}
</style>
border-color css
<style>
span { border-color: #5E8482; }
span { border-color: rgb(94,132,130); }
td.TdClassName
{
border-color: #5E8482;
}
.TagClassName
{
border-color: #5E8482;
}
</style>