Shades of Breaker Bay #5C7B7C
Tints of Breaker Bay #5C7B7C
RGB
CMYK
RGB Variations
Color information
#5C7B7C (or 0x5C7B7C) is known color: Breaker Bay. HEX triplet: 5C, 7B and 7C. RGB value is (92,123,124). Sum of RGB (Red+Green+Blue) = 92+123+124=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C7B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7B7C is #A38483. Grayscale: #717171. Windows color (decimal): -10716292 or 8158044. OLE color: 8158044.
HSL color Cylindrical-coordinate representation of color #5C7B7C: hue angle of 181.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7B7C is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 123 | 124 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.51 |
| HSL | 181.88º | 0.15% | 0.42% | - |
| HSV(B) | 181.88º | 0.26% | 0.49% | - |
| XYZ | 15.13 | 17.9 | 21.73 | - |
| YUV | 113.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 124 | 0.26 | 0.01 | 0 | 0.51 | 181.88 | 0.15 | 0.42 |
| Hex | 5C | 7B | 7C | 1A | 1 | 0 | 33 | B6 | F | 2A |
| Octal | 134 | 173 | 174 | 32 | 1 | 0 | 63 | 266 | 17 | 52 |
| Binary | 1011100 | 1111011 | 1111100 | 11010 | 1 | 0 | 110011 | 10110110 | 1111 | 101010 |
Color Harmonies of #5C7B7C
Complementary color
Monochromatic Colors of #5C7B7C
Black with #5C7B7C
Text Example
Text Example
White with #5C7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B7C; }
p { color: rgb(92,123,124); }
H1.HeaderClassName
{
color: #5C7B7C;
}
.AnyTagClassName
{
color: #5C7B7C;
}
</style>
background-color css
<style>
a { background-color: #5C7B7C; }
a { background-color: rgb(92,123,124); }
div.DivClassName
{
background-color: #5C7B7C;
}
.BgClassName
{
background-color: #5C7B7C;
}
</style>
border-color css
<style>
span { border-color: #5C7B7C; }
span { border-color: rgb(92,123,124); }
td.TdClassName
{
border-color: #5C7B7C;
}
.TagClassName
{
border-color: #5C7B7C;
}
</style>