Shades of Breaker Bay #53807E
Tints of Breaker Bay #53807E
RGB
CMYK
RGB Variations
Color information
#53807E (or 0x53807E) is known color: Breaker Bay. HEX triplet: 53, 80 and 7E. RGB value is (83,128,126). Sum of RGB (Red+Green+Blue) = 83+128+126=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #53807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53807E is #AC7F81. Grayscale: #727272. Windows color (decimal): -11304834 or 8290387. OLE color: 8290387.
HSL color Cylindrical-coordinate representation of color #53807E: hue angle of 177.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53807E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 126 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.50 |
| HSL | 177.33º | 0.21% | 0.41% | - |
| HSV(B) | 177.33º | 0.35% | 0.5% | - |
| XYZ | 15.05 | 18.78 | 22.57 | - |
| YUV | 114.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 126 | 0.35 | 0 | 0.02 | 0.50 | 177.33 | 0.21 | 0.41 |
| Hex | 53 | 80 | 7E | 23 | 0 | 2 | 32 | B1 | 15 | 29 |
| Octal | 123 | 200 | 176 | 43 | 0 | 2 | 62 | 261 | 25 | 51 |
| Binary | 1010011 | 10000000 | 1111110 | 100011 | 0 | 10 | 110010 | 10110001 | 10101 | 101001 |
Color Harmonies of #53807E
Complementary color
Monochromatic Colors of #53807E
Black with #53807E
Text Example
Text Example
White with #53807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53807E; }
p { color: rgb(83,128,126); }
H1.HeaderClassName
{
color: #53807E;
}
.AnyTagClassName
{
color: #53807E;
}
</style>
background-color css
<style>
a { background-color: #53807E; }
a { background-color: rgb(83,128,126); }
div.DivClassName
{
background-color: #53807E;
}
.BgClassName
{
background-color: #53807E;
}
</style>
border-color css
<style>
span { border-color: #53807E; }
span { border-color: rgb(83,128,126); }
td.TdClassName
{
border-color: #53807E;
}
.TagClassName
{
border-color: #53807E;
}
</style>