Shades of Breaker Bay #5C787A
Tints of Breaker Bay #5C787A
RGB
CMYK
RGB Variations
Color information
#5C787A (or 0x5C787A) is known color: Breaker Bay. HEX triplet: 5C, 78 and 7A. RGB value is (92,120,122). Sum of RGB (Red+Green+Blue) = 92+120+122=334 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.54% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C787A is #A38785. Grayscale: #6F6F6F. Windows color (decimal): -10717062 or 8026204. OLE color: 8026204.
HSL color Cylindrical-coordinate representation of color #5C787A: hue angle of 184º 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 #5C787A is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 120 | 122 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.52 |
| HSL | 184º | 0.14% | 0.42% | - |
| HSV(B) | 184º | 0.25% | 0.48% | - |
| XYZ | 14.64 | 17.11 | 20.94 | - |
| YUV | 111.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 122 | 0.25 | 0.02 | 0 | 0.52 | 184 | 0.14 | 0.42 |
| Hex | 5C | 78 | 7A | 19 | 2 | 0 | 34 | B8 | E | 2A |
| Octal | 134 | 170 | 172 | 31 | 2 | 0 | 64 | 270 | 16 | 52 |
| Binary | 1011100 | 1111000 | 1111010 | 11001 | 10 | 0 | 110100 | 10111000 | 1110 | 101010 |
Color Harmonies of #5C787A
Complementary color
Monochromatic Colors of #5C787A
Black with #5C787A
Text Example
Text Example
White with #5C787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C787A; }
p { color: rgb(92,120,122); }
H1.HeaderClassName
{
color: #5C787A;
}
.AnyTagClassName
{
color: #5C787A;
}
</style>
background-color css
<style>
a { background-color: #5C787A; }
a { background-color: rgb(92,120,122); }
div.DivClassName
{
background-color: #5C787A;
}
.BgClassName
{
background-color: #5C787A;
}
</style>
border-color css
<style>
span { border-color: #5C787A; }
span { border-color: rgb(92,120,122); }
td.TdClassName
{
border-color: #5C787A;
}
.TagClassName
{
border-color: #5C787A;
}
</style>