Shades of Breaker Bay #5B807E
Tints of Breaker Bay #5B807E
RGB
CMYK
RGB Variations
Color information
#5B807E (or 0x5B807E) is known color: Breaker Bay. HEX triplet: 5B, 80 and 7E. RGB value is (91,128,126). Sum of RGB (Red+Green+Blue) = 91+128+126=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #5B807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B807E is #A47F81. Grayscale: #747474. Windows color (decimal): -10780546 or 8290395. OLE color: 8290395.
HSL color Cylindrical-coordinate representation of color #5B807E: hue angle of 176.76º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B807E is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 128 | 126 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.50 |
| HSL | 176.76º | 0.17% | 0.43% | - |
| HSV(B) | 176.76º | 0.29% | 0.5% | - |
| XYZ | 15.8 | 19.17 | 22.61 | - |
| YUV | 116.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 126 | 0.29 | 0 | 0.02 | 0.50 | 176.76 | 0.17 | 0.43 |
| Hex | 5B | 80 | 7E | 1D | 0 | 2 | 32 | B1 | 11 | 2B |
| Octal | 133 | 200 | 176 | 35 | 0 | 2 | 62 | 261 | 21 | 53 |
| Binary | 1011011 | 10000000 | 1111110 | 11101 | 0 | 10 | 110010 | 10110001 | 10001 | 101011 |
Color Harmonies of #5B807E
Complementary color
Monochromatic Colors of #5B807E
Black with #5B807E
Text Example
Text Example
White with #5B807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B807E; }
p { color: rgb(91,128,126); }
H1.HeaderClassName
{
color: #5B807E;
}
.AnyTagClassName
{
color: #5B807E;
}
</style>
background-color css
<style>
a { background-color: #5B807E; }
a { background-color: rgb(91,128,126); }
div.DivClassName
{
background-color: #5B807E;
}
.BgClassName
{
background-color: #5B807E;
}
</style>
border-color css
<style>
span { border-color: #5B807E; }
span { border-color: rgb(91,128,126); }
td.TdClassName
{
border-color: #5B807E;
}
.TagClassName
{
border-color: #5B807E;
}
</style>