Shades of Breaker Bay #5B8683
Tints of Breaker Bay #5B8683
RGB
CMYK
RGB Variations
Color information
#5B8683 (or 0x5B8683) is known color: Breaker Bay. HEX triplet: 5B, 86 and 83. RGB value is (91,134,131). Sum of RGB (Red+Green+Blue) = 91+134+131=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8683 is #A4797C. Grayscale: #787878. Windows color (decimal): -10779005 or 8619611. OLE color: 8619611.
HSL color Cylindrical-coordinate representation of color #5B8683: hue angle of 175.81º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8683 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 134 | 131 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.47 |
| HSL | 175.81º | 0.19% | 0.44% | - |
| HSV(B) | 175.81º | 0.32% | 0.53% | - |
| XYZ | 16.94 | 20.91 | 24.62 | - |
| YUV | 120.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 134 | 131 | 0.32 | 0 | 0.02 | 0.47 | 175.81 | 0.19 | 0.44 |
| Hex | 5B | 86 | 83 | 20 | 0 | 2 | 2F | B0 | 13 | 2C |
| Octal | 133 | 206 | 203 | 40 | 0 | 2 | 57 | 260 | 23 | 54 |
| Binary | 1011011 | 10000110 | 10000011 | 100000 | 0 | 10 | 101111 | 10110000 | 10011 | 101100 |
Color Harmonies of #5B8683
Complementary color
Monochromatic Colors of #5B8683
Black with #5B8683
Text Example
Text Example
White with #5B8683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8683; }
p { color: rgb(91,134,131); }
H1.HeaderClassName
{
color: #5B8683;
}
.AnyTagClassName
{
color: #5B8683;
}
</style>
background-color css
<style>
a { background-color: #5B8683; }
a { background-color: rgb(91,134,131); }
div.DivClassName
{
background-color: #5B8683;
}
.BgClassName
{
background-color: #5B8683;
}
</style>
border-color css
<style>
span { border-color: #5B8683; }
span { border-color: rgb(91,134,131); }
td.TdClassName
{
border-color: #5B8683;
}
.TagClassName
{
border-color: #5B8683;
}
</style>