Shades of Breaker Bay #5B837B
Tints of Breaker Bay #5B837B
RGB
CMYK
RGB Variations
Color information
#5B837B (or 0x5B837B) is known color: Breaker Bay. HEX triplet: 5B, 83 and 7B. RGB value is (91,131,123). Sum of RGB (Red+Green+Blue) = 91+131+123=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #5B837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B837B is #A47C84. Grayscale: #767676. Windows color (decimal): -10779781 or 8094555. OLE color: 8094555.
HSL color Cylindrical-coordinate representation of color #5B837B: hue angle of 168º 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 #5B837B is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 131 | 123 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.49 |
| HSL | 168º | 0.18% | 0.44% | - |
| HSV(B) | 168º | 0.31% | 0.51% | - |
| XYZ | 16.01 | 19.89 | 21.73 | - |
| YUV | 118.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 123 | 0.31 | 0 | 0.06 | 0.49 | 168 | 0.18 | 0.44 |
| Hex | 5B | 83 | 7B | 1F | 0 | 6 | 31 | A8 | 12 | 2C |
| Octal | 133 | 203 | 173 | 37 | 0 | 6 | 61 | 250 | 22 | 54 |
| Binary | 1011011 | 10000011 | 1111011 | 11111 | 0 | 110 | 110001 | 10101000 | 10010 | 101100 |
Color Harmonies of #5B837B
Complementary color
Monochromatic Colors of #5B837B
Black with #5B837B
Text Example
Text Example
White with #5B837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B837B; }
p { color: rgb(91,131,123); }
H1.HeaderClassName
{
color: #5B837B;
}
.AnyTagClassName
{
color: #5B837B;
}
</style>
background-color css
<style>
a { background-color: #5B837B; }
a { background-color: rgb(91,131,123); }
div.DivClassName
{
background-color: #5B837B;
}
.BgClassName
{
background-color: #5B837B;
}
</style>
border-color css
<style>
span { border-color: #5B837B; }
span { border-color: rgb(91,131,123); }
td.TdClassName
{
border-color: #5B837B;
}
.TagClassName
{
border-color: #5B837B;
}
</style>