Shades of Breaker Bay #5B8481
Tints of Breaker Bay #5B8481
RGB
CMYK
RGB Variations
Color information
#5B8481 (or 0x5B8481) is known color: Breaker Bay. HEX triplet: 5B, 84 and 81. RGB value is (91,132,129). Sum of RGB (Red+Green+Blue) = 91+132+129=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #5B8481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8481 is #A47B7E. Grayscale: #777777. Windows color (decimal): -10779519 or 8488027. OLE color: 8488027.
HSL color Cylindrical-coordinate representation of color #5B8481: hue angle of 175.61º 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 #5B8481 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 129 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.48 |
| HSL | 175.61º | 0.18% | 0.44% | - |
| HSV(B) | 175.61º | 0.31% | 0.52% | - |
| XYZ | 16.53 | 20.31 | 23.82 | - |
| YUV | 119.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 129 | 0.31 | 0 | 0.02 | 0.48 | 175.61 | 0.18 | 0.44 |
| Hex | 5B | 84 | 81 | 1F | 0 | 2 | 30 | B0 | 12 | 2C |
| Octal | 133 | 204 | 201 | 37 | 0 | 2 | 60 | 260 | 22 | 54 |
| Binary | 1011011 | 10000100 | 10000001 | 11111 | 0 | 10 | 110000 | 10110000 | 10010 | 101100 |
Color Harmonies of #5B8481
Complementary color
Monochromatic Colors of #5B8481
Black with #5B8481
Text Example
Text Example
White with #5B8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8481; }
p { color: rgb(91,132,129); }
H1.HeaderClassName
{
color: #5B8481;
}
.AnyTagClassName
{
color: #5B8481;
}
</style>
background-color css
<style>
a { background-color: #5B8481; }
a { background-color: rgb(91,132,129); }
div.DivClassName
{
background-color: #5B8481;
}
.BgClassName
{
background-color: #5B8481;
}
</style>
border-color css
<style>
span { border-color: #5B8481; }
span { border-color: rgb(91,132,129); }
td.TdClassName
{
border-color: #5B8481;
}
.TagClassName
{
border-color: #5B8481;
}
</style>