Shades of Breaker Bay #57867C
Tints of Breaker Bay #57867C
RGB
CMYK
RGB Variations
Color information
#57867C (or 0x57867C) is known color: Breaker Bay. HEX triplet: 57, 86 and 7C. RGB value is (87,134,124). Sum of RGB (Red+Green+Blue) = 87+134+124=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #57867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57867C is #A87983. Grayscale: #767676. Windows color (decimal): -11041156 or 8160855. OLE color: 8160855.
HSL color Cylindrical-coordinate representation of color #57867C: hue angle of 167.23º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57867C is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 134 | 124 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.47 |
| HSL | 167.23º | 0.21% | 0.43% | - |
| HSV(B) | 167.23º | 0.35% | 0.53% | - |
| XYZ | 16.09 | 20.53 | 22.18 | - |
| YUV | 118.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 124 | 0.35 | 0 | 0.07 | 0.47 | 167.23 | 0.21 | 0.43 |
| Hex | 57 | 86 | 7C | 23 | 0 | 7 | 2F | A7 | 15 | 2B |
| Octal | 127 | 206 | 174 | 43 | 0 | 7 | 57 | 247 | 25 | 53 |
| Binary | 1010111 | 10000110 | 1111100 | 100011 | 0 | 111 | 101111 | 10100111 | 10101 | 101011 |
Color Harmonies of #57867C
Complementary color
Monochromatic Colors of #57867C
Black with #57867C
Text Example
Text Example
White with #57867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57867C; }
p { color: rgb(87,134,124); }
H1.HeaderClassName
{
color: #57867C;
}
.AnyTagClassName
{
color: #57867C;
}
</style>
background-color css
<style>
a { background-color: #57867C; }
a { background-color: rgb(87,134,124); }
div.DivClassName
{
background-color: #57867C;
}
.BgClassName
{
background-color: #57867C;
}
</style>
border-color css
<style>
span { border-color: #57867C; }
span { border-color: rgb(87,134,124); }
td.TdClassName
{
border-color: #57867C;
}
.TagClassName
{
border-color: #57867C;
}
</style>