Shades of Breaker Bay #567A7E
Tints of Breaker Bay #567A7E
RGB
CMYK
RGB Variations
Color information
#567A7E (or 0x567A7E) is known color: Breaker Bay. HEX triplet: 56, 7A and 7E. RGB value is (86,122,126). Sum of RGB (Red+Green+Blue) = 86+122+126=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #567A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A7E is #A98581. Grayscale: #6F6F6F. Windows color (decimal): -11109762 or 8288854. OLE color: 8288854.
HSL color Cylindrical-coordinate representation of color #567A7E: hue angle of 186º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567A7E is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 122 | 126 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.51 |
| HSL | 186º | 0.19% | 0.42% | - |
| HSV(B) | 186º | 0.32% | 0.49% | - |
| XYZ | 14.56 | 17.4 | 22.33 | - |
| YUV | 111.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 126 | 0.32 | 0.03 | 0 | 0.51 | 186 | 0.19 | 0.42 |
| Hex | 56 | 7A | 7E | 20 | 3 | 0 | 33 | BA | 13 | 2A |
| Octal | 126 | 172 | 176 | 40 | 3 | 0 | 63 | 272 | 23 | 52 |
| Binary | 1010110 | 1111010 | 1111110 | 100000 | 11 | 0 | 110011 | 10111010 | 10011 | 101010 |
Color Harmonies of #567A7E
Complementary color
Monochromatic Colors of #567A7E
Black with #567A7E
Text Example
Text Example
White with #567A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A7E; }
p { color: rgb(86,122,126); }
H1.HeaderClassName
{
color: #567A7E;
}
.AnyTagClassName
{
color: #567A7E;
}
</style>
background-color css
<style>
a { background-color: #567A7E; }
a { background-color: rgb(86,122,126); }
div.DivClassName
{
background-color: #567A7E;
}
.BgClassName
{
background-color: #567A7E;
}
</style>
border-color css
<style>
span { border-color: #567A7E; }
span { border-color: rgb(86,122,126); }
td.TdClassName
{
border-color: #567A7E;
}
.TagClassName
{
border-color: #567A7E;
}
</style>