Shades of Breaker Bay #568081
Tints of Breaker Bay #568081
RGB
CMYK
RGB Variations
Color information
#568081 (or 0x568081) is known color: Breaker Bay. HEX triplet: 56, 80 and 81. RGB value is (86,128,129). Sum of RGB (Red+Green+Blue) = 86+128+129=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #568081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568081 is #A97F7E. Grayscale: #737373. Windows color (decimal): -11108223 or 8486998. OLE color: 8486998.
HSL color Cylindrical-coordinate representation of color #568081: hue angle of 181.4º 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 #568081 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 128 | 129 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.49 |
| HSL | 181.4º | 0.2% | 0.42% | - |
| HSV(B) | 181.4º | 0.33% | 0.51% | - |
| XYZ | 15.52 | 19 | 23.62 | - |
| YUV | 115.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 129 | 0.33 | 0.01 | 0 | 0.49 | 181.4 | 0.2 | 0.42 |
| Hex | 56 | 80 | 81 | 21 | 1 | 0 | 31 | B5 | 14 | 2A |
| Octal | 126 | 200 | 201 | 41 | 1 | 0 | 61 | 265 | 24 | 52 |
| Binary | 1010110 | 10000000 | 10000001 | 100001 | 1 | 0 | 110001 | 10110101 | 10100 | 101010 |
Color Harmonies of #568081
Complementary color
Monochromatic Colors of #568081
Black with #568081
Text Example
Text Example
White with #568081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568081; }
p { color: rgb(86,128,129); }
H1.HeaderClassName
{
color: #568081;
}
.AnyTagClassName
{
color: #568081;
}
</style>
background-color css
<style>
a { background-color: #568081; }
a { background-color: rgb(86,128,129); }
div.DivClassName
{
background-color: #568081;
}
.BgClassName
{
background-color: #568081;
}
</style>
border-color css
<style>
span { border-color: #568081; }
span { border-color: rgb(86,128,129); }
td.TdClassName
{
border-color: #568081;
}
.TagClassName
{
border-color: #568081;
}
</style>