Shades of Breaker Bay #53827D
Tints of Breaker Bay #53827D
RGB
CMYK
RGB Variations
Color information
#53827D (or 0x53827D) is known color: Breaker Bay. HEX triplet: 53, 82 and 7D. RGB value is (83,130,125). Sum of RGB (Red+Green+Blue) = 83+130+125=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #53827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53827D is #AC7D82. Grayscale: #737373. Windows color (decimal): -11304323 or 8225363. OLE color: 8225363.
HSL color Cylindrical-coordinate representation of color #53827D: hue angle of 173.62º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53827D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 125 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.49 |
| HSL | 173.62º | 0.22% | 0.42% | - |
| HSV(B) | 173.62º | 0.36% | 0.51% | - |
| XYZ | 15.25 | 19.28 | 22.32 | - |
| YUV | 115.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 125 | 0.36 | 0 | 0.04 | 0.49 | 173.62 | 0.22 | 0.42 |
| Hex | 53 | 82 | 7D | 24 | 0 | 4 | 31 | AE | 16 | 2A |
| Octal | 123 | 202 | 175 | 44 | 0 | 4 | 61 | 256 | 26 | 52 |
| Binary | 1010011 | 10000010 | 1111101 | 100100 | 0 | 100 | 110001 | 10101110 | 10110 | 101010 |
Color Harmonies of #53827D
Complementary color
Monochromatic Colors of #53827D
Black with #53827D
Text Example
Text Example
White with #53827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53827D; }
p { color: rgb(83,130,125); }
H1.HeaderClassName
{
color: #53827D;
}
.AnyTagClassName
{
color: #53827D;
}
</style>
background-color css
<style>
a { background-color: #53827D; }
a { background-color: rgb(83,130,125); }
div.DivClassName
{
background-color: #53827D;
}
.BgClassName
{
background-color: #53827D;
}
</style>
border-color css
<style>
span { border-color: #53827D; }
span { border-color: rgb(83,130,125); }
td.TdClassName
{
border-color: #53827D;
}
.TagClassName
{
border-color: #53827D;
}
</style>