Shades of Breaker Bay #567C7F
Tints of Breaker Bay #567C7F
RGB
CMYK
RGB Variations
Color information
#567C7F (or 0x567C7F) is known color: Breaker Bay. HEX triplet: 56, 7C and 7F. RGB value is (86,124,127). Sum of RGB (Red+Green+Blue) = 86+124+127=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #567C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C7F is #A98380. Grayscale: #707070. Windows color (decimal): -11109249 or 8354902. OLE color: 8354902.
HSL color Cylindrical-coordinate representation of color #567C7F: hue angle of 184.39º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567C7F is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 124 | 127 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.50 |
| HSL | 184.39º | 0.19% | 0.42% | - |
| HSV(B) | 184.39º | 0.32% | 0.5% | - |
| XYZ | 14.88 | 17.93 | 22.75 | - |
| YUV | 112.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 127 | 0.32 | 0.02 | 0 | 0.50 | 184.39 | 0.19 | 0.42 |
| Hex | 56 | 7C | 7F | 20 | 2 | 0 | 32 | B8 | 13 | 2A |
| Octal | 126 | 174 | 177 | 40 | 2 | 0 | 62 | 270 | 23 | 52 |
| Binary | 1010110 | 1111100 | 1111111 | 100000 | 10 | 0 | 110010 | 10111000 | 10011 | 101010 |
Color Harmonies of #567C7F
Complementary color
Monochromatic Colors of #567C7F
Black with #567C7F
Text Example
Text Example
White with #567C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C7F; }
p { color: rgb(86,124,127); }
H1.HeaderClassName
{
color: #567C7F;
}
.AnyTagClassName
{
color: #567C7F;
}
</style>
background-color css
<style>
a { background-color: #567C7F; }
a { background-color: rgb(86,124,127); }
div.DivClassName
{
background-color: #567C7F;
}
.BgClassName
{
background-color: #567C7F;
}
</style>
border-color css
<style>
span { border-color: #567C7F; }
span { border-color: rgb(86,124,127); }
td.TdClassName
{
border-color: #567C7F;
}
.TagClassName
{
border-color: #567C7F;
}
</style>