Shades of Breaker Bay #5F7977
Tints of Breaker Bay #5F7977
RGB
CMYK
RGB Variations
Color information
#5F7977 (or 0x5F7977) is known color: Breaker Bay. HEX triplet: 5F, 79 and 77. RGB value is (95,121,119). Sum of RGB (Red+Green+Blue) = 95+121+119=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7977 is #A08688. Grayscale: #707070. Windows color (decimal): -10520201 or 7829855. OLE color: 7829855.
HSL color Cylindrical-coordinate representation of color #5F7977: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7977 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 119 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.53 |
| HSL | 175.38º | 0.12% | 0.42% | - |
| HSV(B) | 175.38º | 0.21% | 0.47% | - |
| XYZ | 14.89 | 17.44 | 20.03 | - |
| YUV | 113 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 119 | 0.21 | 0 | 0.02 | 0.53 | 175.38 | 0.12 | 0.42 |
| Hex | 5F | 79 | 77 | 15 | 0 | 2 | 35 | AF | C | 2A |
| Octal | 137 | 171 | 167 | 25 | 0 | 2 | 65 | 257 | 14 | 52 |
| Binary | 1011111 | 1111001 | 1110111 | 10101 | 0 | 10 | 110101 | 10101111 | 1100 | 101010 |
Color Harmonies of #5F7977
Complementary color
Monochromatic Colors of #5F7977
Black with #5F7977
Text Example
Text Example
White with #5F7977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7977; }
p { color: rgb(95,121,119); }
H1.HeaderClassName
{
color: #5F7977;
}
.AnyTagClassName
{
color: #5F7977;
}
</style>
background-color css
<style>
a { background-color: #5F7977; }
a { background-color: rgb(95,121,119); }
div.DivClassName
{
background-color: #5F7977;
}
.BgClassName
{
background-color: #5F7977;
}
</style>
border-color css
<style>
span { border-color: #5F7977; }
span { border-color: rgb(95,121,119); }
td.TdClassName
{
border-color: #5F7977;
}
.TagClassName
{
border-color: #5F7977;
}
</style>