Shades of Breaker Bay #53807B
Tints of Breaker Bay #53807B
RGB
CMYK
RGB Variations
Color information
#53807B (or 0x53807B) is known color: Breaker Bay. HEX triplet: 53, 80 and 7B. RGB value is (83,128,123). Sum of RGB (Red+Green+Blue) = 83+128+123=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #53807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53807B is #AC7F84. Grayscale: #717171. Windows color (decimal): -11304837 or 8093779. OLE color: 8093779.
HSL color Cylindrical-coordinate representation of color #53807B: hue angle of 173.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 #53807B is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 123 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.50 |
| HSL | 173.33º | 0.21% | 0.41% | - |
| HSV(B) | 173.33º | 0.35% | 0.5% | - |
| XYZ | 14.86 | 18.71 | 21.57 | - |
| YUV | 113.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 123 | 0.35 | 0 | 0.04 | 0.50 | 173.33 | 0.21 | 0.41 |
| Hex | 53 | 80 | 7B | 23 | 0 | 4 | 32 | AD | 15 | 29 |
| Octal | 123 | 200 | 173 | 43 | 0 | 4 | 62 | 255 | 25 | 51 |
| Binary | 1010011 | 10000000 | 1111011 | 100011 | 0 | 100 | 110010 | 10101101 | 10101 | 101001 |
Color Harmonies of #53807B
Complementary color
Monochromatic Colors of #53807B
Black with #53807B
Text Example
Text Example
White with #53807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53807B; }
p { color: rgb(83,128,123); }
H1.HeaderClassName
{
color: #53807B;
}
.AnyTagClassName
{
color: #53807B;
}
</style>
background-color css
<style>
a { background-color: #53807B; }
a { background-color: rgb(83,128,123); }
div.DivClassName
{
background-color: #53807B;
}
.BgClassName
{
background-color: #53807B;
}
</style>
border-color css
<style>
span { border-color: #53807B; }
span { border-color: rgb(83,128,123); }
td.TdClassName
{
border-color: #53807B;
}
.TagClassName
{
border-color: #53807B;
}
</style>