Shades of Breaker Bay #5B8582
Tints of Breaker Bay #5B8582
RGB
CMYK
RGB Variations
Color information
#5B8582 (or 0x5B8582) is known color: Breaker Bay. HEX triplet: 5B, 85 and 82. RGB value is (91,133,130). Sum of RGB (Red+Green+Blue) = 91+133+130=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8582 is #A47A7D. Grayscale: #787878. Windows color (decimal): -10779262 or 8553819. OLE color: 8553819.
HSL color Cylindrical-coordinate representation of color #5B8582: hue angle of 175.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8582 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 133 | 130 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.48 |
| HSL | 175.71º | 0.19% | 0.44% | - |
| HSV(B) | 175.71º | 0.32% | 0.52% | - |
| XYZ | 16.73 | 20.61 | 24.22 | - |
| YUV | 120.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 130 | 0.32 | 0 | 0.02 | 0.48 | 175.71 | 0.19 | 0.44 |
| Hex | 5B | 85 | 82 | 20 | 0 | 2 | 30 | B0 | 13 | 2C |
| Octal | 133 | 205 | 202 | 40 | 0 | 2 | 60 | 260 | 23 | 54 |
| Binary | 1011011 | 10000101 | 10000010 | 100000 | 0 | 10 | 110000 | 10110000 | 10011 | 101100 |
Color Harmonies of #5B8582
Complementary color
Monochromatic Colors of #5B8582
Black with #5B8582
Text Example
Text Example
White with #5B8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8582; }
p { color: rgb(91,133,130); }
H1.HeaderClassName
{
color: #5B8582;
}
.AnyTagClassName
{
color: #5B8582;
}
</style>
background-color css
<style>
a { background-color: #5B8582; }
a { background-color: rgb(91,133,130); }
div.DivClassName
{
background-color: #5B8582;
}
.BgClassName
{
background-color: #5B8582;
}
</style>
border-color css
<style>
span { border-color: #5B8582; }
span { border-color: rgb(91,133,130); }
td.TdClassName
{
border-color: #5B8582;
}
.TagClassName
{
border-color: #5B8582;
}
</style>