Shades of Breaker Bay #577B7A
Tints of Breaker Bay #577B7A
RGB
CMYK
RGB Variations
Color information
#577B7A (or 0x577B7A) is known color: Breaker Bay. HEX triplet: 57, 7B and 7A. RGB value is (87,123,122). Sum of RGB (Red+Green+Blue) = 87+123+122=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 123 - color contains mainly: green. Hex color #577B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B7A is #A88485. Grayscale: #707070. Windows color (decimal): -11043974 or 8026967. OLE color: 8026967.
HSL color Cylindrical-coordinate representation of color #577B7A: hue angle of 178.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577B7A is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 123 | 122 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.52 |
| HSL | 178.33º | 0.17% | 0.41% | - |
| HSV(B) | 178.33º | 0.29% | 0.48% | - |
| XYZ | 14.53 | 17.6 | 21.04 | - |
| YUV | 112.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 122 | 0.29 | 0 | 0.01 | 0.52 | 178.33 | 0.17 | 0.41 |
| Hex | 57 | 7B | 7A | 1D | 0 | 1 | 34 | B2 | 11 | 29 |
| Octal | 127 | 173 | 172 | 35 | 0 | 1 | 64 | 262 | 21 | 51 |
| Binary | 1010111 | 1111011 | 1111010 | 11101 | 0 | 1 | 110100 | 10110010 | 10001 | 101001 |
Color Harmonies of #577B7A
Complementary color
Monochromatic Colors of #577B7A
Black with #577B7A
Text Example
Text Example
White with #577B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B7A; }
p { color: rgb(87,123,122); }
H1.HeaderClassName
{
color: #577B7A;
}
.AnyTagClassName
{
color: #577B7A;
}
</style>
background-color css
<style>
a { background-color: #577B7A; }
a { background-color: rgb(87,123,122); }
div.DivClassName
{
background-color: #577B7A;
}
.BgClassName
{
background-color: #577B7A;
}
</style>
border-color css
<style>
span { border-color: #577B7A; }
span { border-color: rgb(87,123,122); }
td.TdClassName
{
border-color: #577B7A;
}
.TagClassName
{
border-color: #577B7A;
}
</style>