Shades of Breaker Bay #56817F
Tints of Breaker Bay #56817F
RGB
CMYK
RGB Variations
Color information
#56817F (or 0x56817F) is known color: Breaker Bay. HEX triplet: 56, 81 and 7F. RGB value is (86,129,127). Sum of RGB (Red+Green+Blue) = 86+129+127=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #56817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56817F is #A97E80. Grayscale: #737373. Windows color (decimal): -11107969 or 8356182. OLE color: 8356182.
HSL color Cylindrical-coordinate representation of color #56817F: hue angle of 177.21º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56817F is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 129 | 127 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.49 |
| HSL | 177.21º | 0.2% | 0.42% | - |
| HSV(B) | 177.21º | 0.33% | 0.51% | - |
| XYZ | 15.52 | 19.21 | 22.97 | - |
| YUV | 115.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 129 | 127 | 0.33 | 0 | 0.02 | 0.49 | 177.21 | 0.2 | 0.42 |
| Hex | 56 | 81 | 7F | 21 | 0 | 2 | 31 | B1 | 14 | 2A |
| Octal | 126 | 201 | 177 | 41 | 0 | 2 | 61 | 261 | 24 | 52 |
| Binary | 1010110 | 10000001 | 1111111 | 100001 | 0 | 10 | 110001 | 10110001 | 10100 | 101010 |
Color Harmonies of #56817F
Complementary color
Monochromatic Colors of #56817F
Black with #56817F
Text Example
Text Example
White with #56817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56817F; }
p { color: rgb(86,129,127); }
H1.HeaderClassName
{
color: #56817F;
}
.AnyTagClassName
{
color: #56817F;
}
</style>
background-color css
<style>
a { background-color: #56817F; }
a { background-color: rgb(86,129,127); }
div.DivClassName
{
background-color: #56817F;
}
.BgClassName
{
background-color: #56817F;
}
</style>
border-color css
<style>
span { border-color: #56817F; }
span { border-color: rgb(86,129,127); }
td.TdClassName
{
border-color: #56817F;
}
.TagClassName
{
border-color: #56817F;
}
</style>