Shades of Breaker Bay #53777B
Tints of Breaker Bay #53777B
RGB
CMYK
RGB Variations
Color information
#53777B (or 0x53777B) is known color: Breaker Bay. HEX triplet: 53, 77 and 7B. RGB value is (83,119,123). Sum of RGB (Red+Green+Blue) = 83+119+123=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #53777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53777B is #AC8884. Grayscale: #6C6C6C. Windows color (decimal): -11307141 or 8091475. OLE color: 8091475.
HSL color Cylindrical-coordinate representation of color #53777B: hue angle of 186º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53777B is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 119 | 123 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.52 |
| HSL | 186º | 0.19% | 0.4% | - |
| HSV(B) | 186º | 0.33% | 0.48% | - |
| XYZ | 13.74 | 16.46 | 21.19 | - |
| YUV | 108.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 123 | 0.33 | 0.03 | 0 | 0.52 | 186 | 0.19 | 0.4 |
| Hex | 53 | 77 | 7B | 21 | 3 | 0 | 34 | BA | 13 | 28 |
| Octal | 123 | 167 | 173 | 41 | 3 | 0 | 64 | 272 | 23 | 50 |
| Binary | 1010011 | 1110111 | 1111011 | 100001 | 11 | 0 | 110100 | 10111010 | 10011 | 101000 |
Color Harmonies of #53777B
Complementary color
Monochromatic Colors of #53777B
Black with #53777B
Text Example
Text Example
White with #53777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53777B; }
p { color: rgb(83,119,123); }
H1.HeaderClassName
{
color: #53777B;
}
.AnyTagClassName
{
color: #53777B;
}
</style>
background-color css
<style>
a { background-color: #53777B; }
a { background-color: rgb(83,119,123); }
div.DivClassName
{
background-color: #53777B;
}
.BgClassName
{
background-color: #53777B;
}
</style>
border-color css
<style>
span { border-color: #53777B; }
span { border-color: rgb(83,119,123); }
td.TdClassName
{
border-color: #53777B;
}
.TagClassName
{
border-color: #53777B;
}
</style>