Shades of Breaker Bay #577577
Tints of Breaker Bay #577577
RGB
CMYK
RGB Variations
Color information
#577577 (or 0x577577) is known color: Breaker Bay. HEX triplet: 57, 75 and 77. RGB value is (87,117,119). Sum of RGB (Red+Green+Blue) = 87+117+119=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #577577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577577 is #A88A88. Grayscale: #6C6C6C. Windows color (decimal): -11045513 or 7828823. OLE color: 7828823.
HSL color Cylindrical-coordinate representation of color #577577: hue angle of 183.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577577 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 117 | 119 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.53 |
| HSL | 183.75º | 0.16% | 0.4% | - |
| HSV(B) | 183.75º | 0.27% | 0.47% | - |
| XYZ | 13.62 | 16.08 | 19.84 | - |
| YUV | 108.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 119 | 0.27 | 0.02 | 0 | 0.53 | 183.75 | 0.16 | 0.4 |
| Hex | 57 | 75 | 77 | 1B | 2 | 0 | 35 | B8 | 10 | 28 |
| Octal | 127 | 165 | 167 | 33 | 2 | 0 | 65 | 270 | 20 | 50 |
| Binary | 1010111 | 1110101 | 1110111 | 11011 | 10 | 0 | 110101 | 10111000 | 10000 | 101000 |
Color Harmonies of #577577
Complementary color
Monochromatic Colors of #577577
Black with #577577
Text Example
Text Example
White with #577577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577577; }
p { color: rgb(87,117,119); }
H1.HeaderClassName
{
color: #577577;
}
.AnyTagClassName
{
color: #577577;
}
</style>
background-color css
<style>
a { background-color: #577577; }
a { background-color: rgb(87,117,119); }
div.DivClassName
{
background-color: #577577;
}
.BgClassName
{
background-color: #577577;
}
</style>
border-color css
<style>
span { border-color: #577577; }
span { border-color: rgb(87,117,119); }
td.TdClassName
{
border-color: #577577;
}
.TagClassName
{
border-color: #577577;
}
</style>