Shades of Breaker Bay #5B8882
Tints of Breaker Bay #5B8882
RGB
CMYK
RGB Variations
Color information
#5B8882 (or 0x5B8882) is known color: Breaker Bay. HEX triplet: 5B, 88 and 82. RGB value is (91,136,130). Sum of RGB (Red+Green+Blue) = 91+136+130=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #5B8882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8882 is #A4777D. Grayscale: #797979. Windows color (decimal): -10778494 or 8554587. OLE color: 8554587.
HSL color Cylindrical-coordinate representation of color #5B8882: hue angle of 172º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B8882 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 136 | 130 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.47 |
| HSL | 172º | 0.2% | 0.45% | - |
| HSV(B) | 172º | 0.33% | 0.53% | - |
| XYZ | 17.15 | 21.44 | 24.35 | - |
| YUV | 121.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 130 | 0.33 | 0 | 0.04 | 0.47 | 172 | 0.2 | 0.45 |
| Hex | 5B | 88 | 82 | 21 | 0 | 4 | 2F | AC | 14 | 2D |
| Octal | 133 | 210 | 202 | 41 | 0 | 4 | 57 | 254 | 24 | 55 |
| Binary | 1011011 | 10001000 | 10000010 | 100001 | 0 | 100 | 101111 | 10101100 | 10100 | 101101 |
Color Harmonies of #5B8882
Complementary color
Monochromatic Colors of #5B8882
Black with #5B8882
Text Example
Text Example
White with #5B8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8882; }
p { color: rgb(91,136,130); }
H1.HeaderClassName
{
color: #5B8882;
}
.AnyTagClassName
{
color: #5B8882;
}
</style>
background-color css
<style>
a { background-color: #5B8882; }
a { background-color: rgb(91,136,130); }
div.DivClassName
{
background-color: #5B8882;
}
.BgClassName
{
background-color: #5B8882;
}
</style>
border-color css
<style>
span { border-color: #5B8882; }
span { border-color: rgb(91,136,130); }
td.TdClassName
{
border-color: #5B8882;
}
.TagClassName
{
border-color: #5B8882;
}
</style>