Shades of Breaker Bay #5C827F
Tints of Breaker Bay #5C827F
RGB
CMYK
RGB Variations
Color information
#5C827F (or 0x5C827F) is known color: Breaker Bay. HEX triplet: 5C, 82 and 7F. RGB value is (92,130,127). Sum of RGB (Red+Green+Blue) = 92+130+127=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #5C827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C827F is #A37D80. Grayscale: #767676. Windows color (decimal): -10714497 or 8356444. OLE color: 8356444.
HSL color Cylindrical-coordinate representation of color #5C827F: hue angle of 175.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C827F is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 130 | 127 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.49 |
| HSL | 175.26º | 0.17% | 0.44% | - |
| HSV(B) | 175.26º | 0.29% | 0.51% | - |
| XYZ | 16.23 | 19.77 | 23.04 | - |
| YUV | 118.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 127 | 0.29 | 0 | 0.02 | 0.49 | 175.26 | 0.17 | 0.44 |
| Hex | 5C | 82 | 7F | 1D | 0 | 2 | 31 | AF | 11 | 2C |
| Octal | 134 | 202 | 177 | 35 | 0 | 2 | 61 | 257 | 21 | 54 |
| Binary | 1011100 | 10000010 | 1111111 | 11101 | 0 | 10 | 110001 | 10101111 | 10001 | 101100 |
Color Harmonies of #5C827F
Complementary color
Monochromatic Colors of #5C827F
Black with #5C827F
Text Example
Text Example
White with #5C827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C827F; }
p { color: rgb(92,130,127); }
H1.HeaderClassName
{
color: #5C827F;
}
.AnyTagClassName
{
color: #5C827F;
}
</style>
background-color css
<style>
a { background-color: #5C827F; }
a { background-color: rgb(92,130,127); }
div.DivClassName
{
background-color: #5C827F;
}
.BgClassName
{
background-color: #5C827F;
}
</style>
border-color css
<style>
span { border-color: #5C827F; }
span { border-color: rgb(92,130,127); }
td.TdClassName
{
border-color: #5C827F;
}
.TagClassName
{
border-color: #5C827F;
}
</style>