Shades of Breaker Bay #53817D
Tints of Breaker Bay #53817D
RGB
CMYK
RGB Variations
Color information
#53817D (or 0x53817D) is known color: Breaker Bay. HEX triplet: 53, 81 and 7D. RGB value is (83,129,125). Sum of RGB (Red+Green+Blue) = 83+129+125=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #53817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53817D is #AC7E82. Grayscale: #727272. Windows color (decimal): -11304579 or 8225107. OLE color: 8225107.
HSL color Cylindrical-coordinate representation of color #53817D: hue angle of 174.78º 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 #53817D is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 125 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.49 |
| HSL | 174.78º | 0.22% | 0.42% | - |
| HSV(B) | 174.78º | 0.36% | 0.51% | - |
| XYZ | 15.12 | 19.02 | 22.28 | - |
| YUV | 114.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 125 | 0.36 | 0 | 0.03 | 0.49 | 174.78 | 0.22 | 0.42 |
| Hex | 53 | 81 | 7D | 24 | 0 | 3 | 31 | AF | 16 | 2A |
| Octal | 123 | 201 | 175 | 44 | 0 | 3 | 61 | 257 | 26 | 52 |
| Binary | 1010011 | 10000001 | 1111101 | 100100 | 0 | 11 | 110001 | 10101111 | 10110 | 101010 |
Color Harmonies of #53817D
Complementary color
Monochromatic Colors of #53817D
Black with #53817D
Text Example
Text Example
White with #53817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53817D; }
p { color: rgb(83,129,125); }
H1.HeaderClassName
{
color: #53817D;
}
.AnyTagClassName
{
color: #53817D;
}
</style>
background-color css
<style>
a { background-color: #53817D; }
a { background-color: rgb(83,129,125); }
div.DivClassName
{
background-color: #53817D;
}
.BgClassName
{
background-color: #53817D;
}
</style>
border-color css
<style>
span { border-color: #53817D; }
span { border-color: rgb(83,129,125); }
td.TdClassName
{
border-color: #53817D;
}
.TagClassName
{
border-color: #53817D;
}
</style>