Shades of Breaker Bay #5A857F
Tints of Breaker Bay #5A857F
RGB
CMYK
RGB Variations
Color information
#5A857F (or 0x5A857F) is known color: Breaker Bay. HEX triplet: 5A, 85 and 7F. RGB value is (90,133,127). Sum of RGB (Red+Green+Blue) = 90+133+127=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #5A857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A857F is #A57A80. Grayscale: #777777. Windows color (decimal): -10844801 or 8357210. OLE color: 8357210.
HSL color Cylindrical-coordinate representation of color #5A857F: hue angle of 171.63º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A857F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 127 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.48 |
| HSL | 171.63º | 0.19% | 0.44% | - |
| HSV(B) | 171.63º | 0.32% | 0.52% | - |
| XYZ | 16.43 | 20.48 | 23.17 | - |
| YUV | 119.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 127 | 0.32 | 0 | 0.05 | 0.48 | 171.63 | 0.19 | 0.44 |
| Hex | 5A | 85 | 7F | 20 | 0 | 5 | 30 | AC | 13 | 2C |
| Octal | 132 | 205 | 177 | 40 | 0 | 5 | 60 | 254 | 23 | 54 |
| Binary | 1011010 | 10000101 | 1111111 | 100000 | 0 | 101 | 110000 | 10101100 | 10011 | 101100 |
Color Harmonies of #5A857F
Complementary color
Monochromatic Colors of #5A857F
Black with #5A857F
Text Example
Text Example
White with #5A857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A857F; }
p { color: rgb(90,133,127); }
H1.HeaderClassName
{
color: #5A857F;
}
.AnyTagClassName
{
color: #5A857F;
}
</style>
background-color css
<style>
a { background-color: #5A857F; }
a { background-color: rgb(90,133,127); }
div.DivClassName
{
background-color: #5A857F;
}
.BgClassName
{
background-color: #5A857F;
}
</style>
border-color css
<style>
span { border-color: #5A857F; }
span { border-color: rgb(90,133,127); }
td.TdClassName
{
border-color: #5A857F;
}
.TagClassName
{
border-color: #5A857F;
}
</style>