Shades of Breaker Bay #5D8884
Tints of Breaker Bay #5D8884
RGB
CMYK
RGB Variations
Color information
#5D8884 (or 0x5D8884) is known color: Breaker Bay. HEX triplet: 5D, 88 and 84. RGB value is (93,136,132). Sum of RGB (Red+Green+Blue) = 93+136+132=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #5D8884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8884 is #A2777B. Grayscale: #7A7A7A. Windows color (decimal): -10647420 or 8685661. OLE color: 8685661.
HSL color Cylindrical-coordinate representation of color #5D8884: hue angle of 174.42º 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 #5D8884 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 136 | 132 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.47 |
| HSL | 174.42º | 0.19% | 0.45% | - |
| HSV(B) | 174.42º | 0.32% | 0.53% | - |
| XYZ | 17.48 | 21.6 | 25.08 | - |
| YUV | 122.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 132 | 0.32 | 0 | 0.03 | 0.47 | 174.42 | 0.19 | 0.45 |
| Hex | 5D | 88 | 84 | 20 | 0 | 3 | 2F | AE | 13 | 2D |
| Octal | 135 | 210 | 204 | 40 | 0 | 3 | 57 | 256 | 23 | 55 |
| Binary | 1011101 | 10001000 | 10000100 | 100000 | 0 | 11 | 101111 | 10101110 | 10011 | 101101 |
Color Harmonies of #5D8884
Complementary color
Monochromatic Colors of #5D8884
Black with #5D8884
Text Example
Text Example
White with #5D8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8884; }
p { color: rgb(93,136,132); }
H1.HeaderClassName
{
color: #5D8884;
}
.AnyTagClassName
{
color: #5D8884;
}
</style>
background-color css
<style>
a { background-color: #5D8884; }
a { background-color: rgb(93,136,132); }
div.DivClassName
{
background-color: #5D8884;
}
.BgClassName
{
background-color: #5D8884;
}
</style>
border-color css
<style>
span { border-color: #5D8884; }
span { border-color: rgb(93,136,132); }
td.TdClassName
{
border-color: #5D8884;
}
.TagClassName
{
border-color: #5D8884;
}
</style>