Shades of Breaker Bay #5A7D77
Tints of Breaker Bay #5A7D77
RGB
CMYK
RGB Variations
Color information
#5A7D77 (or 0x5A7D77) is known color: Breaker Bay. HEX triplet: 5A, 7D and 77. RGB value is (90,125,119). Sum of RGB (Red+Green+Blue) = 90+125+119=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D77 is #A58288. Grayscale: #717171. Windows color (decimal): -10846857 or 7830874. OLE color: 7830874.
HSL color Cylindrical-coordinate representation of color #5A7D77: hue angle of 169.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7D77 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 119 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.51 |
| HSL | 169.71º | 0.16% | 0.42% | - |
| HSV(B) | 169.71º | 0.28% | 0.49% | - |
| XYZ | 14.88 | 18.17 | 20.18 | - |
| YUV | 113.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 119 | 0.28 | 0 | 0.05 | 0.51 | 169.71 | 0.16 | 0.42 |
| Hex | 5A | 7D | 77 | 1C | 0 | 5 | 33 | AA | 10 | 2A |
| Octal | 132 | 175 | 167 | 34 | 0 | 5 | 63 | 252 | 20 | 52 |
| Binary | 1011010 | 1111101 | 1110111 | 11100 | 0 | 101 | 110011 | 10101010 | 10000 | 101010 |
Color Harmonies of #5A7D77
Complementary color
Monochromatic Colors of #5A7D77
Black with #5A7D77
Text Example
Text Example
White with #5A7D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D77; }
p { color: rgb(90,125,119); }
H1.HeaderClassName
{
color: #5A7D77;
}
.AnyTagClassName
{
color: #5A7D77;
}
</style>
background-color css
<style>
a { background-color: #5A7D77; }
a { background-color: rgb(90,125,119); }
div.DivClassName
{
background-color: #5A7D77;
}
.BgClassName
{
background-color: #5A7D77;
}
</style>
border-color css
<style>
span { border-color: #5A7D77; }
span { border-color: rgb(90,125,119); }
td.TdClassName
{
border-color: #5A7D77;
}
.TagClassName
{
border-color: #5A7D77;
}
</style>