Shades of Breaker Bay #5C8781
Tints of Breaker Bay #5C8781
RGB
CMYK
RGB Variations
Color information
#5C8781 (or 0x5C8781) is known color: Breaker Bay. HEX triplet: 5C, 87 and 81. RGB value is (92,135,129). Sum of RGB (Red+Green+Blue) = 92+135+129=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8781 is #A3787E. Grayscale: #797979. Windows color (decimal): -10713215 or 8488796. OLE color: 8488796.
HSL color Cylindrical-coordinate representation of color #5C8781: hue angle of 171.63º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8781 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 129 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.47 |
| HSL | 171.63º | 0.19% | 0.45% | - |
| HSV(B) | 171.63º | 0.32% | 0.53% | - |
| XYZ | 17.04 | 21.19 | 23.96 | - |
| YUV | 121.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 129 | 0.32 | 0 | 0.04 | 0.47 | 171.63 | 0.19 | 0.45 |
| Hex | 5C | 87 | 81 | 20 | 0 | 4 | 2F | AC | 13 | 2D |
| Octal | 134 | 207 | 201 | 40 | 0 | 4 | 57 | 254 | 23 | 55 |
| Binary | 1011100 | 10000111 | 10000001 | 100000 | 0 | 100 | 101111 | 10101100 | 10011 | 101101 |
Color Harmonies of #5C8781
Complementary color
Monochromatic Colors of #5C8781
Black with #5C8781
Text Example
Text Example
White with #5C8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8781; }
p { color: rgb(92,135,129); }
H1.HeaderClassName
{
color: #5C8781;
}
.AnyTagClassName
{
color: #5C8781;
}
</style>
background-color css
<style>
a { background-color: #5C8781; }
a { background-color: rgb(92,135,129); }
div.DivClassName
{
background-color: #5C8781;
}
.BgClassName
{
background-color: #5C8781;
}
</style>
border-color css
<style>
span { border-color: #5C8781; }
span { border-color: rgb(92,135,129); }
td.TdClassName
{
border-color: #5C8781;
}
.TagClassName
{
border-color: #5C8781;
}
</style>