Shades of Breaker Bay #567A7C
Tints of Breaker Bay #567A7C
RGB
CMYK
RGB Variations
Color information
#567A7C (or 0x567A7C) is known color: Breaker Bay. HEX triplet: 56, 7A and 7C. RGB value is (86,122,124). Sum of RGB (Red+Green+Blue) = 86+122+124=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #567A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A7C is #A98583. Grayscale: #6F6F6F. Windows color (decimal): -11109764 or 8157782. OLE color: 8157782.
HSL color Cylindrical-coordinate representation of color #567A7C: hue angle of 183.16º 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 #567A7C is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 122 | 124 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.51 |
| HSL | 183.16º | 0.18% | 0.41% | - |
| HSV(B) | 183.16º | 0.31% | 0.49% | - |
| XYZ | 14.44 | 17.35 | 21.66 | - |
| YUV | 111.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 124 | 0.31 | 0.02 | 0 | 0.51 | 183.16 | 0.18 | 0.41 |
| Hex | 56 | 7A | 7C | 1F | 2 | 0 | 33 | B7 | 12 | 29 |
| Octal | 126 | 172 | 174 | 37 | 2 | 0 | 63 | 267 | 22 | 51 |
| Binary | 1010110 | 1111010 | 1111100 | 11111 | 10 | 0 | 110011 | 10110111 | 10010 | 101001 |
Color Harmonies of #567A7C
Complementary color
Monochromatic Colors of #567A7C
Black with #567A7C
Text Example
Text Example
White with #567A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A7C; }
p { color: rgb(86,122,124); }
H1.HeaderClassName
{
color: #567A7C;
}
.AnyTagClassName
{
color: #567A7C;
}
</style>
background-color css
<style>
a { background-color: #567A7C; }
a { background-color: rgb(86,122,124); }
div.DivClassName
{
background-color: #567A7C;
}
.BgClassName
{
background-color: #567A7C;
}
</style>
border-color css
<style>
span { border-color: #567A7C; }
span { border-color: rgb(86,122,124); }
td.TdClassName
{
border-color: #567A7C;
}
.TagClassName
{
border-color: #567A7C;
}
</style>