Shades of Breaker Bay #567B7D
Tints of Breaker Bay #567B7D
RGB
CMYK
RGB Variations
Color information
#567B7D (or 0x567B7D) is known color: Breaker Bay. HEX triplet: 56, 7B and 7D. RGB value is (86,123,125). Sum of RGB (Red+Green+Blue) = 86+123+125=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #567B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B7D is #A98482. Grayscale: #707070. Windows color (decimal): -11109507 or 8223574. OLE color: 8223574.
HSL color Cylindrical-coordinate representation of color #567B7D: hue angle of 183.08º 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 #567B7D is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 123 | 125 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.51 |
| HSL | 183.08º | 0.18% | 0.41% | - |
| HSV(B) | 183.08º | 0.31% | 0.49% | - |
| XYZ | 14.62 | 17.63 | 22.03 | - |
| YUV | 112.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 125 | 0.31 | 0.02 | 0 | 0.51 | 183.08 | 0.18 | 0.41 |
| Hex | 56 | 7B | 7D | 1F | 2 | 0 | 33 | B7 | 12 | 29 |
| Octal | 126 | 173 | 175 | 37 | 2 | 0 | 63 | 267 | 22 | 51 |
| Binary | 1010110 | 1111011 | 1111101 | 11111 | 10 | 0 | 110011 | 10110111 | 10010 | 101001 |
Color Harmonies of #567B7D
Complementary color
Monochromatic Colors of #567B7D
Black with #567B7D
Text Example
Text Example
White with #567B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B7D; }
p { color: rgb(86,123,125); }
H1.HeaderClassName
{
color: #567B7D;
}
.AnyTagClassName
{
color: #567B7D;
}
</style>
background-color css
<style>
a { background-color: #567B7D; }
a { background-color: rgb(86,123,125); }
div.DivClassName
{
background-color: #567B7D;
}
.BgClassName
{
background-color: #567B7D;
}
</style>
border-color css
<style>
span { border-color: #567B7D; }
span { border-color: rgb(86,123,125); }
td.TdClassName
{
border-color: #567B7D;
}
.TagClassName
{
border-color: #567B7D;
}
</style>