Shades of Breaker Bay #5E8480
Tints of Breaker Bay #5E8480
RGB
CMYK
RGB Variations
Color information
#5E8480 (or 0x5E8480) is known color: Breaker Bay. HEX triplet: 5E, 84 and 80. RGB value is (94,132,128). Sum of RGB (Red+Green+Blue) = 94+132+128=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8480 is #A17B7F. Grayscale: #787878. Windows color (decimal): -10582912 or 8422494. OLE color: 8422494.
HSL color Cylindrical-coordinate representation of color #5E8480: hue angle of 173.68º 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 #5E8480 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 128 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.48 |
| HSL | 173.68º | 0.17% | 0.44% | - |
| HSV(B) | 173.68º | 0.29% | 0.52% | - |
| XYZ | 16.76 | 20.44 | 23.48 | - |
| YUV | 120.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 128 | 0.29 | 0 | 0.03 | 0.48 | 173.68 | 0.17 | 0.44 |
| Hex | 5E | 84 | 80 | 1D | 0 | 3 | 30 | AE | 11 | 2C |
| Octal | 136 | 204 | 200 | 35 | 0 | 3 | 60 | 256 | 21 | 54 |
| Binary | 1011110 | 10000100 | 10000000 | 11101 | 0 | 11 | 110000 | 10101110 | 10001 | 101100 |
Color Harmonies of #5E8480
Complementary color
Monochromatic Colors of #5E8480
Black with #5E8480
Text Example
Text Example
White with #5E8480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8480; }
p { color: rgb(94,132,128); }
H1.HeaderClassName
{
color: #5E8480;
}
.AnyTagClassName
{
color: #5E8480;
}
</style>
background-color css
<style>
a { background-color: #5E8480; }
a { background-color: rgb(94,132,128); }
div.DivClassName
{
background-color: #5E8480;
}
.BgClassName
{
background-color: #5E8480;
}
</style>
border-color css
<style>
span { border-color: #5E8480; }
span { border-color: rgb(94,132,128); }
td.TdClassName
{
border-color: #5E8480;
}
.TagClassName
{
border-color: #5E8480;
}
</style>