Shades of Breaker Bay #557C7D
Tints of Breaker Bay #557C7D
RGB
CMYK
RGB Variations
Color information
#557C7D (or 0x557C7D) is known color: Breaker Bay. HEX triplet: 55, 7C and 7D. RGB value is (85,124,125). Sum of RGB (Red+Green+Blue) = 85+124+125=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #557C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C7D is #AA8382. Grayscale: #707070. Windows color (decimal): -11174787 or 8223829. OLE color: 8223829.
HSL color Cylindrical-coordinate representation of color #557C7D: hue angle of 181.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557C7D is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 125 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.51 |
| HSL | 181.5º | 0.19% | 0.41% | - |
| HSV(B) | 181.5º | 0.32% | 0.49% | - |
| XYZ | 14.66 | 17.83 | 22.07 | - |
| YUV | 112.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 125 | 0.32 | 0.01 | 0 | 0.51 | 181.5 | 0.19 | 0.41 |
| Hex | 55 | 7C | 7D | 20 | 1 | 0 | 33 | B6 | 13 | 29 |
| Octal | 125 | 174 | 175 | 40 | 1 | 0 | 63 | 266 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1111101 | 100000 | 1 | 0 | 110011 | 10110110 | 10011 | 101001 |
Color Harmonies of #557C7D
Complementary color
Monochromatic Colors of #557C7D
Black with #557C7D
Text Example
Text Example
White with #557C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C7D; }
p { color: rgb(85,124,125); }
H1.HeaderClassName
{
color: #557C7D;
}
.AnyTagClassName
{
color: #557C7D;
}
</style>
background-color css
<style>
a { background-color: #557C7D; }
a { background-color: rgb(85,124,125); }
div.DivClassName
{
background-color: #557C7D;
}
.BgClassName
{
background-color: #557C7D;
}
</style>
border-color css
<style>
span { border-color: #557C7D; }
span { border-color: rgb(85,124,125); }
td.TdClassName
{
border-color: #557C7D;
}
.TagClassName
{
border-color: #557C7D;
}
</style>