Shades of Breaker Bay #557B7E
Tints of Breaker Bay #557B7E
RGB
CMYK
RGB Variations
Color information
#557B7E (or 0x557B7E) is known color: Breaker Bay. HEX triplet: 55, 7B and 7E. RGB value is (85,123,126). Sum of RGB (Red+Green+Blue) = 85+123+126=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #557B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B7E is #AA8481. Grayscale: #6F6F6F. Windows color (decimal): -11175042 or 8289109. OLE color: 8289109.
HSL color Cylindrical-coordinate representation of color #557B7E: hue angle of 184.39º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557B7E is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 123 | 126 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.51 |
| HSL | 184.39º | 0.19% | 0.41% | - |
| HSV(B) | 184.39º | 0.33% | 0.49% | - |
| XYZ | 14.6 | 17.6 | 22.37 | - |
| YUV | 111.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 126 | 0.33 | 0.02 | 0 | 0.51 | 184.39 | 0.19 | 0.41 |
| Hex | 55 | 7B | 7E | 21 | 2 | 0 | 33 | B8 | 13 | 29 |
| Octal | 125 | 173 | 176 | 41 | 2 | 0 | 63 | 270 | 23 | 51 |
| Binary | 1010101 | 1111011 | 1111110 | 100001 | 10 | 0 | 110011 | 10111000 | 10011 | 101001 |
Color Harmonies of #557B7E
Complementary color
Monochromatic Colors of #557B7E
Black with #557B7E
Text Example
Text Example
White with #557B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B7E; }
p { color: rgb(85,123,126); }
H1.HeaderClassName
{
color: #557B7E;
}
.AnyTagClassName
{
color: #557B7E;
}
</style>
background-color css
<style>
a { background-color: #557B7E; }
a { background-color: rgb(85,123,126); }
div.DivClassName
{
background-color: #557B7E;
}
.BgClassName
{
background-color: #557B7E;
}
</style>
border-color css
<style>
span { border-color: #557B7E; }
span { border-color: rgb(85,123,126); }
td.TdClassName
{
border-color: #557B7E;
}
.TagClassName
{
border-color: #557B7E;
}
</style>