Shades of Breaker Bay #53827C
Tints of Breaker Bay #53827C
RGB
CMYK
RGB Variations
Color information
#53827C (or 0x53827C) is known color: Breaker Bay. HEX triplet: 53, 82 and 7C. RGB value is (83,130,124). Sum of RGB (Red+Green+Blue) = 83+130+124=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #53827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53827C is #AC7D83. Grayscale: #737373. Windows color (decimal): -11304324 or 8159827. OLE color: 8159827.
HSL color Cylindrical-coordinate representation of color #53827C: hue angle of 172.34º 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 #53827C is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 124 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.49 |
| HSL | 172.34º | 0.22% | 0.42% | - |
| HSV(B) | 172.34º | 0.36% | 0.51% | - |
| XYZ | 15.19 | 19.26 | 21.99 | - |
| YUV | 115.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 124 | 0.36 | 0 | 0.05 | 0.49 | 172.34 | 0.22 | 0.42 |
| Hex | 53 | 82 | 7C | 24 | 0 | 5 | 31 | AC | 16 | 2A |
| Octal | 123 | 202 | 174 | 44 | 0 | 5 | 61 | 254 | 26 | 52 |
| Binary | 1010011 | 10000010 | 1111100 | 100100 | 0 | 101 | 110001 | 10101100 | 10110 | 101010 |
Color Harmonies of #53827C
Complementary color
Monochromatic Colors of #53827C
Black with #53827C
Text Example
Text Example
White with #53827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53827C; }
p { color: rgb(83,130,124); }
H1.HeaderClassName
{
color: #53827C;
}
.AnyTagClassName
{
color: #53827C;
}
</style>
background-color css
<style>
a { background-color: #53827C; }
a { background-color: rgb(83,130,124); }
div.DivClassName
{
background-color: #53827C;
}
.BgClassName
{
background-color: #53827C;
}
</style>
border-color css
<style>
span { border-color: #53827C; }
span { border-color: rgb(83,130,124); }
td.TdClassName
{
border-color: #53827C;
}
.TagClassName
{
border-color: #53827C;
}
</style>