Shades of Breaker Bay #567C7D
Tints of Breaker Bay #567C7D
RGB
CMYK
RGB Variations
Color information
#567C7D (or 0x567C7D) is known color: Breaker Bay. HEX triplet: 56, 7C and 7D. RGB value is (86,124,125). Sum of RGB (Red+Green+Blue) = 86+124+125=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #567C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C7D is #A98382. Grayscale: #707070. Windows color (decimal): -11109251 or 8223830. OLE color: 8223830.
HSL color Cylindrical-coordinate representation of color #567C7D: hue angle of 181.54º 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 #567C7D is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 125 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.51 |
| HSL | 181.54º | 0.18% | 0.41% | - |
| HSV(B) | 181.54º | 0.31% | 0.49% | - |
| XYZ | 14.75 | 17.87 | 22.07 | - |
| YUV | 112.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 125 | 0.31 | 0.01 | 0 | 0.51 | 181.54 | 0.18 | 0.41 |
| Hex | 56 | 7C | 7D | 1F | 1 | 0 | 33 | B6 | 12 | 29 |
| Octal | 126 | 174 | 175 | 37 | 1 | 0 | 63 | 266 | 22 | 51 |
| Binary | 1010110 | 1111100 | 1111101 | 11111 | 1 | 0 | 110011 | 10110110 | 10010 | 101001 |
Color Harmonies of #567C7D
Complementary color
Monochromatic Colors of #567C7D
Black with #567C7D
Text Example
Text Example
White with #567C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C7D; }
p { color: rgb(86,124,125); }
H1.HeaderClassName
{
color: #567C7D;
}
.AnyTagClassName
{
color: #567C7D;
}
</style>
background-color css
<style>
a { background-color: #567C7D; }
a { background-color: rgb(86,124,125); }
div.DivClassName
{
background-color: #567C7D;
}
.BgClassName
{
background-color: #567C7D;
}
</style>
border-color css
<style>
span { border-color: #567C7D; }
span { border-color: rgb(86,124,125); }
td.TdClassName
{
border-color: #567C7D;
}
.TagClassName
{
border-color: #567C7D;
}
</style>