Shades of Breaker Bay #5B837F
Tints of Breaker Bay #5B837F
RGB
CMYK
RGB Variations
Color information
#5B837F (or 0x5B837F) is known color: Breaker Bay. HEX triplet: 5B, 83 and 7F. RGB value is (91,131,127). Sum of RGB (Red+Green+Blue) = 91+131+127=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #5B837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B837F is #A47C80. Grayscale: #767676. Windows color (decimal): -10779777 or 8356699. OLE color: 8356699.
HSL color Cylindrical-coordinate representation of color #5B837F: hue angle of 174º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B837F is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 131 | 127 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.49 |
| HSL | 174º | 0.18% | 0.44% | - |
| HSV(B) | 174º | 0.31% | 0.51% | - |
| XYZ | 16.26 | 19.99 | 23.08 | - |
| YUV | 118.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 127 | 0.31 | 0 | 0.03 | 0.49 | 174 | 0.18 | 0.44 |
| Hex | 5B | 83 | 7F | 1F | 0 | 3 | 31 | AE | 12 | 2C |
| Octal | 133 | 203 | 177 | 37 | 0 | 3 | 61 | 256 | 22 | 54 |
| Binary | 1011011 | 10000011 | 1111111 | 11111 | 0 | 11 | 110001 | 10101110 | 10010 | 101100 |
Color Harmonies of #5B837F
Complementary color
Monochromatic Colors of #5B837F
Black with #5B837F
Text Example
Text Example
White with #5B837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B837F; }
p { color: rgb(91,131,127); }
H1.HeaderClassName
{
color: #5B837F;
}
.AnyTagClassName
{
color: #5B837F;
}
</style>
background-color css
<style>
a { background-color: #5B837F; }
a { background-color: rgb(91,131,127); }
div.DivClassName
{
background-color: #5B837F;
}
.BgClassName
{
background-color: #5B837F;
}
</style>
border-color css
<style>
span { border-color: #5B837F; }
span { border-color: rgb(91,131,127); }
td.TdClassName
{
border-color: #5B837F;
}
.TagClassName
{
border-color: #5B837F;
}
</style>