Shades of Breaker Bay #53817C
Tints of Breaker Bay #53817C
RGB
CMYK
RGB Variations
Color information
#53817C (or 0x53817C) is known color: Breaker Bay. HEX triplet: 53, 81 and 7C. RGB value is (83,129,124). Sum of RGB (Red+Green+Blue) = 83+129+124=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #53817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53817C is #AC7E83. Grayscale: #727272. Windows color (decimal): -11304580 or 8159571. OLE color: 8159571.
HSL color Cylindrical-coordinate representation of color #53817C: hue angle of 173.48º 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 #53817C is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 124 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.49 |
| HSL | 173.48º | 0.22% | 0.42% | - |
| HSV(B) | 173.48º | 0.36% | 0.51% | - |
| XYZ | 15.06 | 18.99 | 21.94 | - |
| YUV | 114.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 124 | 0.36 | 0 | 0.04 | 0.49 | 173.48 | 0.22 | 0.42 |
| Hex | 53 | 81 | 7C | 24 | 0 | 4 | 31 | AD | 16 | 2A |
| Octal | 123 | 201 | 174 | 44 | 0 | 4 | 61 | 255 | 26 | 52 |
| Binary | 1010011 | 10000001 | 1111100 | 100100 | 0 | 100 | 110001 | 10101101 | 10110 | 101010 |
Color Harmonies of #53817C
Complementary color
Monochromatic Colors of #53817C
Black with #53817C
Text Example
Text Example
White with #53817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53817C; }
p { color: rgb(83,129,124); }
H1.HeaderClassName
{
color: #53817C;
}
.AnyTagClassName
{
color: #53817C;
}
</style>
background-color css
<style>
a { background-color: #53817C; }
a { background-color: rgb(83,129,124); }
div.DivClassName
{
background-color: #53817C;
}
.BgClassName
{
background-color: #53817C;
}
</style>
border-color css
<style>
span { border-color: #53817C; }
span { border-color: rgb(83,129,124); }
td.TdClassName
{
border-color: #53817C;
}
.TagClassName
{
border-color: #53817C;
}
</style>