Shades of Breaker Bay #5B7778
Tints of Breaker Bay #5B7778
RGB
CMYK
RGB Variations
Color information
#5B7778 (or 0x5B7778) is known color: Breaker Bay. HEX triplet: 5B, 77 and 78. RGB value is (91,119,120). Sum of RGB (Red+Green+Blue) = 91+119+120=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B7778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7778 is #A48887. Grayscale: #6E6E6E. Windows color (decimal): -10782856 or 7894875. OLE color: 7894875.
HSL color Cylindrical-coordinate representation of color #5B7778: hue angle of 182.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7778 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 120 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.53 |
| HSL | 182.07º | 0.14% | 0.41% | - |
| HSV(B) | 182.07º | 0.24% | 0.47% | - |
| XYZ | 14.3 | 16.77 | 20.25 | - |
| YUV | 110.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 120 | 0.24 | 0.01 | 0 | 0.53 | 182.07 | 0.14 | 0.41 |
| Hex | 5B | 77 | 78 | 18 | 1 | 0 | 35 | B6 | E | 29 |
| Octal | 133 | 167 | 170 | 30 | 1 | 0 | 65 | 266 | 16 | 51 |
| Binary | 1011011 | 1110111 | 1111000 | 11000 | 1 | 0 | 110101 | 10110110 | 1110 | 101001 |
Color Harmonies of #5B7778
Complementary color
Monochromatic Colors of #5B7778
Black with #5B7778
Text Example
Text Example
White with #5B7778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7778; }
p { color: rgb(91,119,120); }
H1.HeaderClassName
{
color: #5B7778;
}
.AnyTagClassName
{
color: #5B7778;
}
</style>
background-color css
<style>
a { background-color: #5B7778; }
a { background-color: rgb(91,119,120); }
div.DivClassName
{
background-color: #5B7778;
}
.BgClassName
{
background-color: #5B7778;
}
</style>
border-color css
<style>
span { border-color: #5B7778; }
span { border-color: rgb(91,119,120); }
td.TdClassName
{
border-color: #5B7778;
}
.TagClassName
{
border-color: #5B7778;
}
</style>