Shades of Breaker Bay #54797D
Tints of Breaker Bay #54797D
RGB
CMYK
RGB Variations
Color information
#54797D (or 0x54797D) is known color: Breaker Bay. HEX triplet: 54, 79 and 7D. RGB value is (84,121,125). Sum of RGB (Red+Green+Blue) = 84+121+125=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #54797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54797D is #AB8682. Grayscale: #6E6E6E. Windows color (decimal): -11241091 or 8223060. OLE color: 8223060.
HSL color Cylindrical-coordinate representation of color #54797D: hue angle of 185.85º degrees, saturation: 0.2, 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 #54797D is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 121 | 125 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.51 |
| HSL | 185.85º | 0.2% | 0.41% | - |
| HSV(B) | 185.85º | 0.33% | 0.49% | - |
| XYZ | 14.2 | 17.04 | 21.94 | - |
| YUV | 110.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 125 | 0.33 | 0.03 | 0 | 0.51 | 185.85 | 0.2 | 0.41 |
| Hex | 54 | 79 | 7D | 21 | 3 | 0 | 33 | BA | 14 | 29 |
| Octal | 124 | 171 | 175 | 41 | 3 | 0 | 63 | 272 | 24 | 51 |
| Binary | 1010100 | 1111001 | 1111101 | 100001 | 11 | 0 | 110011 | 10111010 | 10100 | 101001 |
Color Harmonies of #54797D
Complementary color
Monochromatic Colors of #54797D
Black with #54797D
Text Example
Text Example
White with #54797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54797D; }
p { color: rgb(84,121,125); }
H1.HeaderClassName
{
color: #54797D;
}
.AnyTagClassName
{
color: #54797D;
}
</style>
background-color css
<style>
a { background-color: #54797D; }
a { background-color: rgb(84,121,125); }
div.DivClassName
{
background-color: #54797D;
}
.BgClassName
{
background-color: #54797D;
}
</style>
border-color css
<style>
span { border-color: #54797D; }
span { border-color: rgb(84,121,125); }
td.TdClassName
{
border-color: #54797D;
}
.TagClassName
{
border-color: #54797D;
}
</style>