Shades of Breaker Bay #57807A
Tints of Breaker Bay #57807A
RGB
CMYK
RGB Variations
Color information
#57807A (or 0x57807A) is known color: Breaker Bay. HEX triplet: 57, 80 and 7A. RGB value is (87,128,122). Sum of RGB (Red+Green+Blue) = 87+128+122=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #57807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57807A is #A87F85. Grayscale: #737373. Windows color (decimal): -11042694 or 8028247. OLE color: 8028247.
HSL color Cylindrical-coordinate representation of color #57807A: hue angle of 171.22º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57807A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 122 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.50 |
| HSL | 171.22º | 0.19% | 0.42% | - |
| HSV(B) | 171.22º | 0.32% | 0.5% | - |
| XYZ | 15.16 | 18.87 | 21.26 | - |
| YUV | 115.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 122 | 0.32 | 0 | 0.05 | 0.50 | 171.22 | 0.19 | 0.42 |
| Hex | 57 | 80 | 7A | 20 | 0 | 5 | 32 | AB | 13 | 2A |
| Octal | 127 | 200 | 172 | 40 | 0 | 5 | 62 | 253 | 23 | 52 |
| Binary | 1010111 | 10000000 | 1111010 | 100000 | 0 | 101 | 110010 | 10101011 | 10011 | 101010 |
Color Harmonies of #57807A
Complementary color
Monochromatic Colors of #57807A
Black with #57807A
Text Example
Text Example
White with #57807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57807A; }
p { color: rgb(87,128,122); }
H1.HeaderClassName
{
color: #57807A;
}
.AnyTagClassName
{
color: #57807A;
}
</style>
background-color css
<style>
a { background-color: #57807A; }
a { background-color: rgb(87,128,122); }
div.DivClassName
{
background-color: #57807A;
}
.BgClassName
{
background-color: #57807A;
}
</style>
border-color css
<style>
span { border-color: #57807A; }
span { border-color: rgb(87,128,122); }
td.TdClassName
{
border-color: #57807A;
}
.TagClassName
{
border-color: #57807A;
}
</style>