Shades of Breaker Bay #557A7A
Tints of Breaker Bay #557A7A
RGB
CMYK
RGB Variations
Color information
#557A7A (or 0x557A7A) is known color: Breaker Bay. HEX triplet: 55, 7A and 7A. RGB value is (85,122,122). Sum of RGB (Red+Green+Blue) = 85+122+122=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 122 - color contains mainly: green, blue. Hex color #557A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A7A is #AA8585. Grayscale: #6E6E6E. Windows color (decimal): -11175302 or 8026709. OLE color: 8026709.
HSL color Cylindrical-coordinate representation of color #557A7A: hue angle of 180º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A7A is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 122 | - |
| CMYK | 0.30 | 0 | 0 | 0.52 |
| HSL | 180º | 0.18% | 0.41% | - |
| HSV(B) | 180º | 0.3% | 0.48% | - |
| XYZ | 14.22 | 17.26 | 20.99 | - |
| YUV | 110.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 122 | 0.30 | 0 | 0 | 0.52 | 180 | 0.18 | 0.41 |
| Hex | 55 | 7A | 7A | 1E | 0 | 0 | 34 | B4 | 12 | 29 |
| Octal | 125 | 172 | 172 | 36 | 0 | 0 | 64 | 264 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1111010 | 11110 | 0 | 0 | 110100 | 10110100 | 10010 | 101001 |
Color Harmonies of #557A7A
Complementary color
Monochromatic Colors of #557A7A
Black with #557A7A
Text Example
Text Example
White with #557A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A7A; }
p { color: rgb(85,122,122); }
H1.HeaderClassName
{
color: #557A7A;
}
.AnyTagClassName
{
color: #557A7A;
}
</style>
background-color css
<style>
a { background-color: #557A7A; }
a { background-color: rgb(85,122,122); }
div.DivClassName
{
background-color: #557A7A;
}
.BgClassName
{
background-color: #557A7A;
}
</style>
border-color css
<style>
span { border-color: #557A7A; }
span { border-color: rgb(85,122,122); }
td.TdClassName
{
border-color: #557A7A;
}
.TagClassName
{
border-color: #557A7A;
}
</style>