Shades of Breaker Bay #5A7775
Tints of Breaker Bay #5A7775
RGB
CMYK
RGB Variations
Color information
#5A7775 (or 0x5A7775) is known color: Breaker Bay. HEX triplet: 5A, 77 and 75. RGB value is (90,119,117). Sum of RGB (Red+Green+Blue) = 90+119+117=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7775 is #A5888A. Grayscale: #6E6E6E. Windows color (decimal): -10848395 or 7698266. OLE color: 7698266.
HSL color Cylindrical-coordinate representation of color #5A7775: hue angle of 175.86º 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 #5A7775 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 117 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.53 |
| HSL | 175.86º | 0.14% | 0.41% | - |
| HSV(B) | 175.86º | 0.24% | 0.47% | - |
| XYZ | 14.02 | 16.65 | 19.3 | - |
| YUV | 110.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 117 | 0.24 | 0 | 0.02 | 0.53 | 175.86 | 0.14 | 0.41 |
| Hex | 5A | 77 | 75 | 18 | 0 | 2 | 35 | B0 | E | 29 |
| Octal | 132 | 167 | 165 | 30 | 0 | 2 | 65 | 260 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1110101 | 11000 | 0 | 10 | 110101 | 10110000 | 1110 | 101001 |
Color Harmonies of #5A7775
Complementary color
Monochromatic Colors of #5A7775
Black with #5A7775
Text Example
Text Example
White with #5A7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7775; }
p { color: rgb(90,119,117); }
H1.HeaderClassName
{
color: #5A7775;
}
.AnyTagClassName
{
color: #5A7775;
}
</style>
background-color css
<style>
a { background-color: #5A7775; }
a { background-color: rgb(90,119,117); }
div.DivClassName
{
background-color: #5A7775;
}
.BgClassName
{
background-color: #5A7775;
}
</style>
border-color css
<style>
span { border-color: #5A7775; }
span { border-color: rgb(90,119,117); }
td.TdClassName
{
border-color: #5A7775;
}
.TagClassName
{
border-color: #5A7775;
}
</style>