Shades of Breaker Bay #5B847C
Tints of Breaker Bay #5B847C
RGB
CMYK
RGB Variations
Color information
#5B847C (or 0x5B847C) is known color: Breaker Bay. HEX triplet: 5B, 84 and 7C. RGB value is (91,132,124). Sum of RGB (Red+Green+Blue) = 91+132+124=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #5B847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B847C is #A47B83. Grayscale: #767676. Windows color (decimal): -10779524 or 8160347. OLE color: 8160347.
HSL color Cylindrical-coordinate representation of color #5B847C: hue angle of 168.29º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B847C is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 124 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.48 |
| HSL | 168.29º | 0.18% | 0.44% | - |
| HSV(B) | 168.29º | 0.31% | 0.52% | - |
| XYZ | 16.2 | 20.18 | 22.11 | - |
| YUV | 118.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 124 | 0.31 | 0 | 0.06 | 0.48 | 168.29 | 0.18 | 0.44 |
| Hex | 5B | 84 | 7C | 1F | 0 | 6 | 30 | A8 | 12 | 2C |
| Octal | 133 | 204 | 174 | 37 | 0 | 6 | 60 | 250 | 22 | 54 |
| Binary | 1011011 | 10000100 | 1111100 | 11111 | 0 | 110 | 110000 | 10101000 | 10010 | 101100 |
Color Harmonies of #5B847C
Complementary color
Monochromatic Colors of #5B847C
Black with #5B847C
Text Example
Text Example
White with #5B847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B847C; }
p { color: rgb(91,132,124); }
H1.HeaderClassName
{
color: #5B847C;
}
.AnyTagClassName
{
color: #5B847C;
}
</style>
background-color css
<style>
a { background-color: #5B847C; }
a { background-color: rgb(91,132,124); }
div.DivClassName
{
background-color: #5B847C;
}
.BgClassName
{
background-color: #5B847C;
}
</style>
border-color css
<style>
span { border-color: #5B847C; }
span { border-color: rgb(91,132,124); }
td.TdClassName
{
border-color: #5B847C;
}
.TagClassName
{
border-color: #5B847C;
}
</style>