Shades of Breaker Bay #57827C
Tints of Breaker Bay #57827C
RGB
CMYK
RGB Variations
Color information
#57827C (or 0x57827C) is known color: Breaker Bay. HEX triplet: 57, 82 and 7C. RGB value is (87,130,124). Sum of RGB (Red+Green+Blue) = 87+130+124=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #57827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57827C is #A87D83. Grayscale: #747474. Windows color (decimal): -11042180 or 8159831. OLE color: 8159831.
HSL color Cylindrical-coordinate representation of color #57827C: hue angle of 171.63º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57827C is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 124 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.49 |
| HSL | 171.63º | 0.2% | 0.43% | - |
| HSV(B) | 171.63º | 0.33% | 0.51% | - |
| XYZ | 15.55 | 19.45 | 22 | - |
| YUV | 116.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 124 | 0.33 | 0 | 0.05 | 0.49 | 171.63 | 0.2 | 0.43 |
| Hex | 57 | 82 | 7C | 21 | 0 | 5 | 31 | AC | 14 | 2B |
| Octal | 127 | 202 | 174 | 41 | 0 | 5 | 61 | 254 | 24 | 53 |
| Binary | 1010111 | 10000010 | 1111100 | 100001 | 0 | 101 | 110001 | 10101100 | 10100 | 101011 |
Color Harmonies of #57827C
Complementary color
Monochromatic Colors of #57827C
Black with #57827C
Text Example
Text Example
White with #57827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57827C; }
p { color: rgb(87,130,124); }
H1.HeaderClassName
{
color: #57827C;
}
.AnyTagClassName
{
color: #57827C;
}
</style>
background-color css
<style>
a { background-color: #57827C; }
a { background-color: rgb(87,130,124); }
div.DivClassName
{
background-color: #57827C;
}
.BgClassName
{
background-color: #57827C;
}
</style>
border-color css
<style>
span { border-color: #57827C; }
span { border-color: rgb(87,130,124); }
td.TdClassName
{
border-color: #57827C;
}
.TagClassName
{
border-color: #57827C;
}
</style>