Shades of Breaker Bay #5B7D7C
Tints of Breaker Bay #5B7D7C
RGB
CMYK
RGB Variations
Color information
#5B7D7C (or 0x5B7D7C) is known color: Breaker Bay. HEX triplet: 5B, 7D and 7C. RGB value is (91,125,124). Sum of RGB (Red+Green+Blue) = 91+125+124=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D7C is #A48283. Grayscale: #727272. Windows color (decimal): -10781316 or 8158555. OLE color: 8158555.
HSL color Cylindrical-coordinate representation of color #5B7D7C: hue angle of 178.24º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7D7C is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 124 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.51 |
| HSL | 178.24º | 0.16% | 0.42% | - |
| HSV(B) | 178.24º | 0.27% | 0.49% | - |
| XYZ | 15.29 | 18.35 | 21.8 | - |
| YUV | 114.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 124 | 0.27 | 0 | 0.01 | 0.51 | 178.24 | 0.16 | 0.42 |
| Hex | 5B | 7D | 7C | 1B | 0 | 1 | 33 | B2 | 10 | 2A |
| Octal | 133 | 175 | 174 | 33 | 0 | 1 | 63 | 262 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1111100 | 11011 | 0 | 1 | 110011 | 10110010 | 10000 | 101010 |
Color Harmonies of #5B7D7C
Complementary color
Monochromatic Colors of #5B7D7C
Black with #5B7D7C
Text Example
Text Example
White with #5B7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D7C; }
p { color: rgb(91,125,124); }
H1.HeaderClassName
{
color: #5B7D7C;
}
.AnyTagClassName
{
color: #5B7D7C;
}
</style>
background-color css
<style>
a { background-color: #5B7D7C; }
a { background-color: rgb(91,125,124); }
div.DivClassName
{
background-color: #5B7D7C;
}
.BgClassName
{
background-color: #5B7D7C;
}
</style>
border-color css
<style>
span { border-color: #5B7D7C; }
span { border-color: rgb(91,125,124); }
td.TdClassName
{
border-color: #5B7D7C;
}
.TagClassName
{
border-color: #5B7D7C;
}
</style>