Shades of Breaker Bay #5B7978
Tints of Breaker Bay #5B7978
RGB
CMYK
RGB Variations
Color information
#5B7978 (or 0x5B7978) is known color: Breaker Bay. HEX triplet: 5B, 79 and 78. RGB value is (91,121,120). Sum of RGB (Red+Green+Blue) = 91+121+120=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7978 is #A48687. Grayscale: #6F6F6F. Windows color (decimal): -10782344 or 7895387. OLE color: 7895387.
HSL color Cylindrical-coordinate representation of color #5B7978: hue angle of 178º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7978 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 121 | 120 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.53 |
| HSL | 178º | 0.14% | 0.42% | - |
| HSV(B) | 178º | 0.25% | 0.47% | - |
| XYZ | 14.54 | 17.25 | 20.33 | - |
| YUV | 111.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 120 | 0.25 | 0 | 0.01 | 0.53 | 178 | 0.14 | 0.42 |
| Hex | 5B | 79 | 78 | 19 | 0 | 1 | 35 | B2 | E | 2A |
| Octal | 133 | 171 | 170 | 31 | 0 | 1 | 65 | 262 | 16 | 52 |
| Binary | 1011011 | 1111001 | 1111000 | 11001 | 0 | 1 | 110101 | 10110010 | 1110 | 101010 |
Color Harmonies of #5B7978
Complementary color
Monochromatic Colors of #5B7978
Black with #5B7978
Text Example
Text Example
White with #5B7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7978; }
p { color: rgb(91,121,120); }
H1.HeaderClassName
{
color: #5B7978;
}
.AnyTagClassName
{
color: #5B7978;
}
</style>
background-color css
<style>
a { background-color: #5B7978; }
a { background-color: rgb(91,121,120); }
div.DivClassName
{
background-color: #5B7978;
}
.BgClassName
{
background-color: #5B7978;
}
</style>
border-color css
<style>
span { border-color: #5B7978; }
span { border-color: rgb(91,121,120); }
td.TdClassName
{
border-color: #5B7978;
}
.TagClassName
{
border-color: #5B7978;
}
</style>