Shades of Breaker Bay #517C7C
Tints of Breaker Bay #517C7C
RGB
CMYK
RGB Variations
Color information
#517C7C (or 0x517C7C) is known color: Breaker Bay. HEX triplet: 51, 7C and 7C. RGB value is (81,124,124). Sum of RGB (Red+Green+Blue) = 81+124+124=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #517C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C7C is #AE8383. Grayscale: #6F6F6F. Windows color (decimal): -11436932 or 8158289. OLE color: 8158289.
HSL color Cylindrical-coordinate representation of color #517C7C: hue angle of 180º 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 #517C7C is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 124 | 124 | - |
| CMYK | 0.35 | 0 | 0 | 0.51 |
| HSL | 180º | 0.21% | 0.4% | - |
| HSV(B) | 180º | 0.35% | 0.49% | - |
| XYZ | 14.24 | 17.62 | 21.72 | - |
| YUV | 111.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 124 | 0.35 | 0 | 0 | 0.51 | 180 | 0.21 | 0.4 |
| Hex | 51 | 7C | 7C | 23 | 0 | 0 | 33 | B4 | 15 | 28 |
| Octal | 121 | 174 | 174 | 43 | 0 | 0 | 63 | 264 | 25 | 50 |
| Binary | 1010001 | 1111100 | 1111100 | 100011 | 0 | 0 | 110011 | 10110100 | 10101 | 101000 |
Color Harmonies of #517C7C
Complementary color
Monochromatic Colors of #517C7C
Black with #517C7C
Text Example
Text Example
White with #517C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C7C; }
p { color: rgb(81,124,124); }
H1.HeaderClassName
{
color: #517C7C;
}
.AnyTagClassName
{
color: #517C7C;
}
</style>
background-color css
<style>
a { background-color: #517C7C; }
a { background-color: rgb(81,124,124); }
div.DivClassName
{
background-color: #517C7C;
}
.BgClassName
{
background-color: #517C7C;
}
</style>
border-color css
<style>
span { border-color: #517C7C; }
span { border-color: rgb(81,124,124); }
td.TdClassName
{
border-color: #517C7C;
}
.TagClassName
{
border-color: #517C7C;
}
</style>