Shades of Breaker Bay #5C8481
Tints of Breaker Bay #5C8481
RGB
CMYK
RGB Variations
Color information
#5C8481 (or 0x5C8481) is known color: Breaker Bay. HEX triplet: 5C, 84 and 81. RGB value is (92,132,129). Sum of RGB (Red+Green+Blue) = 92+132+129=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8481 is #A37B7E. Grayscale: #777777. Windows color (decimal): -10713983 or 8488028. OLE color: 8488028.
HSL color Cylindrical-coordinate representation of color #5C8481: hue angle of 175.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8481 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 129 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.48 |
| HSL | 175.5º | 0.18% | 0.44% | - |
| HSV(B) | 175.5º | 0.3% | 0.52% | - |
| XYZ | 16.63 | 20.36 | 23.82 | - |
| YUV | 119.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 129 | 0.30 | 0 | 0.02 | 0.48 | 175.5 | 0.18 | 0.44 |
| Hex | 5C | 84 | 81 | 1E | 0 | 2 | 30 | B0 | 12 | 2C |
| Octal | 134 | 204 | 201 | 36 | 0 | 2 | 60 | 260 | 22 | 54 |
| Binary | 1011100 | 10000100 | 10000001 | 11110 | 0 | 10 | 110000 | 10110000 | 10010 | 101100 |
Color Harmonies of #5C8481
Complementary color
Monochromatic Colors of #5C8481
Black with #5C8481
Text Example
Text Example
White with #5C8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8481; }
p { color: rgb(92,132,129); }
H1.HeaderClassName
{
color: #5C8481;
}
.AnyTagClassName
{
color: #5C8481;
}
</style>
background-color css
<style>
a { background-color: #5C8481; }
a { background-color: rgb(92,132,129); }
div.DivClassName
{
background-color: #5C8481;
}
.BgClassName
{
background-color: #5C8481;
}
</style>
border-color css
<style>
span { border-color: #5C8481; }
span { border-color: rgb(92,132,129); }
td.TdClassName
{
border-color: #5C8481;
}
.TagClassName
{
border-color: #5C8481;
}
</style>