Shades of Breaker Bay #53787B
Tints of Breaker Bay #53787B
RGB
CMYK
RGB Variations
Color information
#53787B (or 0x53787B) is known color: Breaker Bay. HEX triplet: 53, 78 and 7B. RGB value is (83,120,123). Sum of RGB (Red+Green+Blue) = 83+120+123=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #53787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53787B is #AC8784. Grayscale: #6D6D6D. Windows color (decimal): -11306885 or 8091731. OLE color: 8091731.
HSL color Cylindrical-coordinate representation of color #53787B: hue angle of 184.5º 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 #53787B is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 120 | 123 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.52 |
| HSL | 184.5º | 0.19% | 0.4% | - |
| HSV(B) | 184.5º | 0.33% | 0.48% | - |
| XYZ | 13.86 | 16.7 | 21.23 | - |
| YUV | 109.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 123 | 0.33 | 0.02 | 0 | 0.52 | 184.5 | 0.19 | 0.4 |
| Hex | 53 | 78 | 7B | 21 | 2 | 0 | 34 | B8 | 13 | 28 |
| Octal | 123 | 170 | 173 | 41 | 2 | 0 | 64 | 270 | 23 | 50 |
| Binary | 1010011 | 1111000 | 1111011 | 100001 | 10 | 0 | 110100 | 10111000 | 10011 | 101000 |
Color Harmonies of #53787B
Complementary color
Monochromatic Colors of #53787B
Black with #53787B
Text Example
Text Example
White with #53787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53787B; }
p { color: rgb(83,120,123); }
H1.HeaderClassName
{
color: #53787B;
}
.AnyTagClassName
{
color: #53787B;
}
</style>
background-color css
<style>
a { background-color: #53787B; }
a { background-color: rgb(83,120,123); }
div.DivClassName
{
background-color: #53787B;
}
.BgClassName
{
background-color: #53787B;
}
</style>
border-color css
<style>
span { border-color: #53787B; }
span { border-color: rgb(83,120,123); }
td.TdClassName
{
border-color: #53787B;
}
.TagClassName
{
border-color: #53787B;
}
</style>