Shades of Breaker Bay #5D857E
Tints of Breaker Bay #5D857E
RGB
CMYK
RGB Variations
Color information
#5D857E (or 0x5D857E) is known color: Breaker Bay. HEX triplet: 5D, 85 and 7E. RGB value is (93,133,126). Sum of RGB (Red+Green+Blue) = 93+133+126=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #5D857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D857E is #A27A81. Grayscale: #787878. Windows color (decimal): -10648194 or 8291677. OLE color: 8291677.
HSL color Cylindrical-coordinate representation of color #5D857E: hue angle of 169.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D857E is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 126 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.48 |
| HSL | 169.5º | 0.18% | 0.44% | - |
| HSV(B) | 169.5º | 0.3% | 0.52% | - |
| XYZ | 16.67 | 20.61 | 22.84 | - |
| YUV | 120.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 126 | 0.30 | 0 | 0.05 | 0.48 | 169.5 | 0.18 | 0.44 |
| Hex | 5D | 85 | 7E | 1E | 0 | 5 | 30 | AA | 12 | 2C |
| Octal | 135 | 205 | 176 | 36 | 0 | 5 | 60 | 252 | 22 | 54 |
| Binary | 1011101 | 10000101 | 1111110 | 11110 | 0 | 101 | 110000 | 10101010 | 10010 | 101100 |
Color Harmonies of #5D857E
Complementary color
Monochromatic Colors of #5D857E
Black with #5D857E
Text Example
Text Example
White with #5D857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D857E; }
p { color: rgb(93,133,126); }
H1.HeaderClassName
{
color: #5D857E;
}
.AnyTagClassName
{
color: #5D857E;
}
</style>
background-color css
<style>
a { background-color: #5D857E; }
a { background-color: rgb(93,133,126); }
div.DivClassName
{
background-color: #5D857E;
}
.BgClassName
{
background-color: #5D857E;
}
</style>
border-color css
<style>
span { border-color: #5D857E; }
span { border-color: rgb(93,133,126); }
td.TdClassName
{
border-color: #5D857E;
}
.TagClassName
{
border-color: #5D857E;
}
</style>