Shades of Breaker Bay #5C8884
Tints of Breaker Bay #5C8884
RGB
CMYK
RGB Variations
Color information
#5C8884 (or 0x5C8884) is known color: Breaker Bay. HEX triplet: 5C, 88 and 84. RGB value is (92,136,132). Sum of RGB (Red+Green+Blue) = 92+136+132=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8884 is #A3777B. Grayscale: #7A7A7A. Windows color (decimal): -10712956 or 8685660. OLE color: 8685660.
HSL color Cylindrical-coordinate representation of color #5C8884: hue angle of 174.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8884 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 132 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.47 |
| HSL | 174.55º | 0.19% | 0.45% | - |
| HSV(B) | 174.55º | 0.32% | 0.53% | - |
| XYZ | 17.38 | 21.55 | 25.07 | - |
| YUV | 122.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 132 | 0.32 | 0 | 0.03 | 0.47 | 174.55 | 0.19 | 0.45 |
| Hex | 5C | 88 | 84 | 20 | 0 | 3 | 2F | AF | 13 | 2D |
| Octal | 134 | 210 | 204 | 40 | 0 | 3 | 57 | 257 | 23 | 55 |
| Binary | 1011100 | 10001000 | 10000100 | 100000 | 0 | 11 | 101111 | 10101111 | 10011 | 101101 |
Color Harmonies of #5C8884
Complementary color
Monochromatic Colors of #5C8884
Black with #5C8884
Text Example
Text Example
White with #5C8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8884; }
p { color: rgb(92,136,132); }
H1.HeaderClassName
{
color: #5C8884;
}
.AnyTagClassName
{
color: #5C8884;
}
</style>
background-color css
<style>
a { background-color: #5C8884; }
a { background-color: rgb(92,136,132); }
div.DivClassName
{
background-color: #5C8884;
}
.BgClassName
{
background-color: #5C8884;
}
</style>
border-color css
<style>
span { border-color: #5C8884; }
span { border-color: rgb(92,136,132); }
td.TdClassName
{
border-color: #5C8884;
}
.TagClassName
{
border-color: #5C8884;
}
</style>