Shades of Breaker Bay #5C797B
Tints of Breaker Bay #5C797B
RGB
CMYK
RGB Variations
Color information
#5C797B (or 0x5C797B) is known color: Breaker Bay. HEX triplet: 5C, 79 and 7B. RGB value is (92,121,123). Sum of RGB (Red+Green+Blue) = 92+121+123=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C797B is #A38684. Grayscale: #707070. Windows color (decimal): -10716805 or 8091996. OLE color: 8091996.
HSL color Cylindrical-coordinate representation of color #5C797B: hue angle of 183.87º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C797B is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 121 | 123 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.52 |
| HSL | 183.87º | 0.14% | 0.42% | - |
| HSV(B) | 183.87º | 0.25% | 0.48% | - |
| XYZ | 14.83 | 17.38 | 21.31 | - |
| YUV | 112.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 123 | 0.25 | 0.02 | 0 | 0.52 | 183.87 | 0.14 | 0.42 |
| Hex | 5C | 79 | 7B | 19 | 2 | 0 | 34 | B8 | E | 2A |
| Octal | 134 | 171 | 173 | 31 | 2 | 0 | 64 | 270 | 16 | 52 |
| Binary | 1011100 | 1111001 | 1111011 | 11001 | 10 | 0 | 110100 | 10111000 | 1110 | 101010 |
Color Harmonies of #5C797B
Complementary color
Monochromatic Colors of #5C797B
Black with #5C797B
Text Example
Text Example
White with #5C797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C797B; }
p { color: rgb(92,121,123); }
H1.HeaderClassName
{
color: #5C797B;
}
.AnyTagClassName
{
color: #5C797B;
}
</style>
background-color css
<style>
a { background-color: #5C797B; }
a { background-color: rgb(92,121,123); }
div.DivClassName
{
background-color: #5C797B;
}
.BgClassName
{
background-color: #5C797B;
}
</style>
border-color css
<style>
span { border-color: #5C797B; }
span { border-color: rgb(92,121,123); }
td.TdClassName
{
border-color: #5C797B;
}
.TagClassName
{
border-color: #5C797B;
}
</style>