Shades of Breaker Bay #5B7C76
Tints of Breaker Bay #5B7C76
RGB
CMYK
RGB Variations
Color information
#5B7C76 (or 0x5B7C76) is known color: Breaker Bay. HEX triplet: 5B, 7C and 76. RGB value is (91,124,118). Sum of RGB (Red+Green+Blue) = 91+124+118=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C76 is #A48389. Grayscale: #717171. Windows color (decimal): -10781578 or 7765083. OLE color: 7765083.
HSL color Cylindrical-coordinate representation of color #5B7C76: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7C76 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 118 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.51 |
| HSL | 169.09º | 0.15% | 0.42% | - |
| HSV(B) | 169.09º | 0.27% | 0.49% | - |
| XYZ | 14.79 | 17.95 | 19.82 | - |
| YUV | 113.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 118 | 0.27 | 0 | 0.05 | 0.51 | 169.09 | 0.15 | 0.42 |
| Hex | 5B | 7C | 76 | 1B | 0 | 5 | 33 | A9 | F | 2A |
| Octal | 133 | 174 | 166 | 33 | 0 | 5 | 63 | 251 | 17 | 52 |
| Binary | 1011011 | 1111100 | 1110110 | 11011 | 0 | 101 | 110011 | 10101001 | 1111 | 101010 |
Color Harmonies of #5B7C76
Complementary color
Monochromatic Colors of #5B7C76
Black with #5B7C76
Text Example
Text Example
White with #5B7C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C76; }
p { color: rgb(91,124,118); }
H1.HeaderClassName
{
color: #5B7C76;
}
.AnyTagClassName
{
color: #5B7C76;
}
</style>
background-color css
<style>
a { background-color: #5B7C76; }
a { background-color: rgb(91,124,118); }
div.DivClassName
{
background-color: #5B7C76;
}
.BgClassName
{
background-color: #5B7C76;
}
</style>
border-color css
<style>
span { border-color: #5B7C76; }
span { border-color: rgb(91,124,118); }
td.TdClassName
{
border-color: #5B7C76;
}
.TagClassName
{
border-color: #5B7C76;
}
</style>