Shades of Breaker Bay #56827B
Tints of Breaker Bay #56827B
RGB
CMYK
RGB Variations
Color information
#56827B (or 0x56827B) is known color: Breaker Bay. HEX triplet: 56, 82 and 7B. RGB value is (86,130,123). Sum of RGB (Red+Green+Blue) = 86+130+123=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #56827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56827B is #A97D84. Grayscale: #747474. Windows color (decimal): -11107717 or 8094294. OLE color: 8094294.
HSL color Cylindrical-coordinate representation of color #56827B: hue angle of 170.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56827B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 123 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.49 |
| HSL | 170.45º | 0.2% | 0.42% | - |
| HSV(B) | 170.45º | 0.34% | 0.51% | - |
| XYZ | 15.4 | 19.37 | 21.67 | - |
| YUV | 116.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 123 | 0.34 | 0 | 0.05 | 0.49 | 170.45 | 0.2 | 0.42 |
| Hex | 56 | 82 | 7B | 22 | 0 | 5 | 31 | AA | 14 | 2A |
| Octal | 126 | 202 | 173 | 42 | 0 | 5 | 61 | 252 | 24 | 52 |
| Binary | 1010110 | 10000010 | 1111011 | 100010 | 0 | 101 | 110001 | 10101010 | 10100 | 101010 |
Color Harmonies of #56827B
Complementary color
Monochromatic Colors of #56827B
Black with #56827B
Text Example
Text Example
White with #56827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56827B; }
p { color: rgb(86,130,123); }
H1.HeaderClassName
{
color: #56827B;
}
.AnyTagClassName
{
color: #56827B;
}
</style>
background-color css
<style>
a { background-color: #56827B; }
a { background-color: rgb(86,130,123); }
div.DivClassName
{
background-color: #56827B;
}
.BgClassName
{
background-color: #56827B;
}
</style>
border-color css
<style>
span { border-color: #56827B; }
span { border-color: rgb(86,130,123); }
td.TdClassName
{
border-color: #56827B;
}
.TagClassName
{
border-color: #56827B;
}
</style>