Shades of Breaker Bay #5B8482
Tints of Breaker Bay #5B8482
RGB
CMYK
RGB Variations
Color information
#5B8482 (or 0x5B8482) is known color: Breaker Bay. HEX triplet: 5B, 84 and 82. RGB value is (91,132,130). Sum of RGB (Red+Green+Blue) = 91+132+130=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8482 is #A47B7D. Grayscale: #777777. Windows color (decimal): -10779518 or 8553563. OLE color: 8553563.
HSL color Cylindrical-coordinate representation of color #5B8482: hue angle of 177.07º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B8482 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 130 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.48 |
| HSL | 177.07º | 0.18% | 0.44% | - |
| HSV(B) | 177.07º | 0.31% | 0.52% | - |
| XYZ | 16.59 | 20.34 | 24.17 | - |
| YUV | 119.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 130 | 0.31 | 0 | 0.02 | 0.48 | 177.07 | 0.18 | 0.44 |
| Hex | 5B | 84 | 82 | 1F | 0 | 2 | 30 | B1 | 12 | 2C |
| Octal | 133 | 204 | 202 | 37 | 0 | 2 | 60 | 261 | 22 | 54 |
| Binary | 1011011 | 10000100 | 10000010 | 11111 | 0 | 10 | 110000 | 10110001 | 10010 | 101100 |
Color Harmonies of #5B8482
Complementary color
Monochromatic Colors of #5B8482
Black with #5B8482
Text Example
Text Example
White with #5B8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8482; }
p { color: rgb(91,132,130); }
H1.HeaderClassName
{
color: #5B8482;
}
.AnyTagClassName
{
color: #5B8482;
}
</style>
background-color css
<style>
a { background-color: #5B8482; }
a { background-color: rgb(91,132,130); }
div.DivClassName
{
background-color: #5B8482;
}
.BgClassName
{
background-color: #5B8482;
}
</style>
border-color css
<style>
span { border-color: #5B8482; }
span { border-color: rgb(91,132,130); }
td.TdClassName
{
border-color: #5B8482;
}
.TagClassName
{
border-color: #5B8482;
}
</style>