Shades of Breaker Bay #567A7D
Tints of Breaker Bay #567A7D
RGB
CMYK
RGB Variations
Color information
#567A7D (or 0x567A7D) is known color: Breaker Bay. HEX triplet: 56, 7A and 7D. RGB value is (86,122,125). Sum of RGB (Red+Green+Blue) = 86+122+125=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #567A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A7D is #A98582. Grayscale: #6F6F6F. Windows color (decimal): -11109763 or 8223318. OLE color: 8223318.
HSL color Cylindrical-coordinate representation of color #567A7D: hue angle of 184.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567A7D is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 122 | 125 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.51 |
| HSL | 184.62º | 0.18% | 0.41% | - |
| HSV(B) | 184.62º | 0.31% | 0.49% | - |
| XYZ | 14.5 | 17.38 | 21.99 | - |
| YUV | 111.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 125 | 0.31 | 0.02 | 0 | 0.51 | 184.62 | 0.18 | 0.41 |
| Hex | 56 | 7A | 7D | 1F | 2 | 0 | 33 | B9 | 12 | 29 |
| Octal | 126 | 172 | 175 | 37 | 2 | 0 | 63 | 271 | 22 | 51 |
| Binary | 1010110 | 1111010 | 1111101 | 11111 | 10 | 0 | 110011 | 10111001 | 10010 | 101001 |
Color Harmonies of #567A7D
Complementary color
Monochromatic Colors of #567A7D
Black with #567A7D
Text Example
Text Example
White with #567A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A7D; }
p { color: rgb(86,122,125); }
H1.HeaderClassName
{
color: #567A7D;
}
.AnyTagClassName
{
color: #567A7D;
}
</style>
background-color css
<style>
a { background-color: #567A7D; }
a { background-color: rgb(86,122,125); }
div.DivClassName
{
background-color: #567A7D;
}
.BgClassName
{
background-color: #567A7D;
}
</style>
border-color css
<style>
span { border-color: #567A7D; }
span { border-color: rgb(86,122,125); }
td.TdClassName
{
border-color: #567A7D;
}
.TagClassName
{
border-color: #567A7D;
}
</style>