Shades of Breaker Bay #51797C
Tints of Breaker Bay #51797C
RGB
CMYK
RGB Variations
Color information
#51797C (or 0x51797C) is known color: Breaker Bay. HEX triplet: 51, 79 and 7C. RGB value is (81,121,124). Sum of RGB (Red+Green+Blue) = 81+121+124=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #51797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51797C is #AE8683. Grayscale: #6D6D6D. Windows color (decimal): -11437700 or 8157521. OLE color: 8157521.
HSL color Cylindrical-coordinate representation of color #51797C: hue angle of 184.19º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51797C is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 121 | 124 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.51 |
| HSL | 184.19º | 0.21% | 0.4% | - |
| HSV(B) | 184.19º | 0.35% | 0.49% | - |
| XYZ | 13.87 | 16.88 | 21.6 | - |
| YUV | 109.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 124 | 0.35 | 0.02 | 0 | 0.51 | 184.19 | 0.21 | 0.4 |
| Hex | 51 | 79 | 7C | 23 | 2 | 0 | 33 | B8 | 15 | 28 |
| Octal | 121 | 171 | 174 | 43 | 2 | 0 | 63 | 270 | 25 | 50 |
| Binary | 1010001 | 1111001 | 1111100 | 100011 | 10 | 0 | 110011 | 10111000 | 10101 | 101000 |
Color Harmonies of #51797C
Complementary color
Monochromatic Colors of #51797C
Black with #51797C
Text Example
Text Example
White with #51797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51797C; }
p { color: rgb(81,121,124); }
H1.HeaderClassName
{
color: #51797C;
}
.AnyTagClassName
{
color: #51797C;
}
</style>
background-color css
<style>
a { background-color: #51797C; }
a { background-color: rgb(81,121,124); }
div.DivClassName
{
background-color: #51797C;
}
.BgClassName
{
background-color: #51797C;
}
</style>
border-color css
<style>
span { border-color: #51797C; }
span { border-color: rgb(81,121,124); }
td.TdClassName
{
border-color: #51797C;
}
.TagClassName
{
border-color: #51797C;
}
</style>