Shades of Breaker Bay #53817B
Tints of Breaker Bay #53817B
RGB
CMYK
RGB Variations
Color information
#53817B (or 0x53817B) is known color: Breaker Bay. HEX triplet: 53, 81 and 7B. RGB value is (83,129,123). Sum of RGB (Red+Green+Blue) = 83+129+123=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #53817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53817B is #AC7E84. Grayscale: #727272. Windows color (decimal): -11304581 or 8094035. OLE color: 8094035.
HSL color Cylindrical-coordinate representation of color #53817B: hue angle of 172.17º 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 #53817B is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 123 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.49 |
| HSL | 172.17º | 0.22% | 0.42% | - |
| HSV(B) | 172.17º | 0.36% | 0.51% | - |
| XYZ | 14.99 | 18.97 | 21.61 | - |
| YUV | 114.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 123 | 0.36 | 0 | 0.05 | 0.49 | 172.17 | 0.22 | 0.42 |
| Hex | 53 | 81 | 7B | 24 | 0 | 5 | 31 | AC | 16 | 2A |
| Octal | 123 | 201 | 173 | 44 | 0 | 5 | 61 | 254 | 26 | 52 |
| Binary | 1010011 | 10000001 | 1111011 | 100100 | 0 | 101 | 110001 | 10101100 | 10110 | 101010 |
Color Harmonies of #53817B
Complementary color
Monochromatic Colors of #53817B
Black with #53817B
Text Example
Text Example
White with #53817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53817B; }
p { color: rgb(83,129,123); }
H1.HeaderClassName
{
color: #53817B;
}
.AnyTagClassName
{
color: #53817B;
}
</style>
background-color css
<style>
a { background-color: #53817B; }
a { background-color: rgb(83,129,123); }
div.DivClassName
{
background-color: #53817B;
}
.BgClassName
{
background-color: #53817B;
}
</style>
border-color css
<style>
span { border-color: #53817B; }
span { border-color: rgb(83,129,123); }
td.TdClassName
{
border-color: #53817B;
}
.TagClassName
{
border-color: #53817B;
}
</style>