Shades of Breaker Bay #57857E
Tints of Breaker Bay #57857E
RGB
CMYK
RGB Variations
Color information
#57857E (or 0x57857E) is known color: Breaker Bay. HEX triplet: 57, 85 and 7E. RGB value is (87,133,126). Sum of RGB (Red+Green+Blue) = 87+133+126=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #57857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57857E is #A87A81. Grayscale: #767676. Windows color (decimal): -11041410 or 8291671. OLE color: 8291671.
HSL color Cylindrical-coordinate representation of color #57857E: hue angle of 170.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57857E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 126 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.48 |
| HSL | 170.87º | 0.21% | 0.43% | - |
| HSV(B) | 170.87º | 0.35% | 0.52% | - |
| XYZ | 16.08 | 20.31 | 22.81 | - |
| YUV | 118.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 126 | 0.35 | 0 | 0.05 | 0.48 | 170.87 | 0.21 | 0.43 |
| Hex | 57 | 85 | 7E | 23 | 0 | 5 | 30 | AB | 15 | 2B |
| Octal | 127 | 205 | 176 | 43 | 0 | 5 | 60 | 253 | 25 | 53 |
| Binary | 1010111 | 10000101 | 1111110 | 100011 | 0 | 101 | 110000 | 10101011 | 10101 | 101011 |
Color Harmonies of #57857E
Complementary color
Monochromatic Colors of #57857E
Black with #57857E
Text Example
Text Example
White with #57857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57857E; }
p { color: rgb(87,133,126); }
H1.HeaderClassName
{
color: #57857E;
}
.AnyTagClassName
{
color: #57857E;
}
</style>
background-color css
<style>
a { background-color: #57857E; }
a { background-color: rgb(87,133,126); }
div.DivClassName
{
background-color: #57857E;
}
.BgClassName
{
background-color: #57857E;
}
</style>
border-color css
<style>
span { border-color: #57857E; }
span { border-color: rgb(87,133,126); }
td.TdClassName
{
border-color: #57857E;
}
.TagClassName
{
border-color: #57857E;
}
</style>