Shades of Breaker Bay #5B7F7D
Tints of Breaker Bay #5B7F7D
RGB
CMYK
RGB Variations
Color information
#5B7F7D (or 0x5B7F7D) is known color: Breaker Bay. HEX triplet: 5B, 7F and 7D. RGB value is (91,127,125). Sum of RGB (Red+Green+Blue) = 91+127+125=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #5B7F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7F7D is #A48082. Grayscale: #737373. Windows color (decimal): -10780803 or 8224603. OLE color: 8224603.
HSL color Cylindrical-coordinate representation of color #5B7F7D: hue angle of 176.67º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B7F7D is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 127 | 125 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.50 |
| HSL | 176.67º | 0.17% | 0.43% | - |
| HSV(B) | 176.67º | 0.28% | 0.5% | - |
| XYZ | 15.61 | 18.88 | 22.22 | - |
| YUV | 116.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 125 | 0.28 | 0 | 0.02 | 0.50 | 176.67 | 0.17 | 0.43 |
| Hex | 5B | 7F | 7D | 1C | 0 | 2 | 32 | B1 | 11 | 2B |
| Octal | 133 | 177 | 175 | 34 | 0 | 2 | 62 | 261 | 21 | 53 |
| Binary | 1011011 | 1111111 | 1111101 | 11100 | 0 | 10 | 110010 | 10110001 | 10001 | 101011 |
Color Harmonies of #5B7F7D
Complementary color
Monochromatic Colors of #5B7F7D
Black with #5B7F7D
Text Example
Text Example
White with #5B7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7F7D; }
p { color: rgb(91,127,125); }
H1.HeaderClassName
{
color: #5B7F7D;
}
.AnyTagClassName
{
color: #5B7F7D;
}
</style>
background-color css
<style>
a { background-color: #5B7F7D; }
a { background-color: rgb(91,127,125); }
div.DivClassName
{
background-color: #5B7F7D;
}
.BgClassName
{
background-color: #5B7F7D;
}
</style>
border-color css
<style>
span { border-color: #5B7F7D; }
span { border-color: rgb(91,127,125); }
td.TdClassName
{
border-color: #5B7F7D;
}
.TagClassName
{
border-color: #5B7F7D;
}
</style>