Shades of Breaker Bay #5D837F
Tints of Breaker Bay #5D837F
RGB
CMYK
RGB Variations
Color information
#5D837F (or 0x5D837F) is known color: Breaker Bay. HEX triplet: 5D, 83 and 7F. RGB value is (93,131,127). Sum of RGB (Red+Green+Blue) = 93+131+127=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #5D837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D837F is #A27C80. Grayscale: #777777. Windows color (decimal): -10648705 or 8356701. OLE color: 8356701.
HSL color Cylindrical-coordinate representation of color #5D837F: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D837F is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 127 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.49 |
| HSL | 173.68º | 0.17% | 0.44% | - |
| HSV(B) | 173.68º | 0.29% | 0.51% | - |
| XYZ | 16.46 | 20.09 | 23.09 | - |
| YUV | 119.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 127 | 0.29 | 0 | 0.03 | 0.49 | 173.68 | 0.17 | 0.44 |
| Hex | 5D | 83 | 7F | 1D | 0 | 3 | 31 | AE | 11 | 2C |
| Octal | 135 | 203 | 177 | 35 | 0 | 3 | 61 | 256 | 21 | 54 |
| Binary | 1011101 | 10000011 | 1111111 | 11101 | 0 | 11 | 110001 | 10101110 | 10001 | 101100 |
Color Harmonies of #5D837F
Complementary color
Monochromatic Colors of #5D837F
Black with #5D837F
Text Example
Text Example
White with #5D837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D837F; }
p { color: rgb(93,131,127); }
H1.HeaderClassName
{
color: #5D837F;
}
.AnyTagClassName
{
color: #5D837F;
}
</style>
background-color css
<style>
a { background-color: #5D837F; }
a { background-color: rgb(93,131,127); }
div.DivClassName
{
background-color: #5D837F;
}
.BgClassName
{
background-color: #5D837F;
}
</style>
border-color css
<style>
span { border-color: #5D837F; }
span { border-color: rgb(93,131,127); }
td.TdClassName
{
border-color: #5D837F;
}
.TagClassName
{
border-color: #5D837F;
}
</style>