Shades of Breaker Bay #5D807D
Tints of Breaker Bay #5D807D
RGB
CMYK
RGB Variations
Color information
#5D807D (or 0x5D807D) is known color: Breaker Bay. HEX triplet: 5D, 80 and 7D. RGB value is (93,128,125). Sum of RGB (Red+Green+Blue) = 93+128+125=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #5D807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D807D is #A27F82. Grayscale: #757575. Windows color (decimal): -10649475 or 8224861. OLE color: 8224861.
HSL color Cylindrical-coordinate representation of color #5D807D: hue angle of 174.86º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D807D is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 93 | 128 | 125 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.50 |
| HSL | 174.86º | 0.16% | 0.43% | - |
| HSV(B) | 174.86º | 0.27% | 0.5% | - |
| XYZ | 15.94 | 19.25 | 22.28 | - |
| YUV | 117.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 125 | 0.27 | 0 | 0.02 | 0.50 | 174.86 | 0.16 | 0.43 |
| Hex | 5D | 80 | 7D | 1B | 0 | 2 | 32 | AF | 10 | 2B |
| Octal | 135 | 200 | 175 | 33 | 0 | 2 | 62 | 257 | 20 | 53 |
| Binary | 1011101 | 10000000 | 1111101 | 11011 | 0 | 10 | 110010 | 10101111 | 10000 | 101011 |
Color Harmonies of #5D807D
Complementary color
Monochromatic Colors of #5D807D
Black with #5D807D
Text Example
Text Example
White with #5D807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D807D; }
p { color: rgb(93,128,125); }
H1.HeaderClassName
{
color: #5D807D;
}
.AnyTagClassName
{
color: #5D807D;
}
</style>
background-color css
<style>
a { background-color: #5D807D; }
a { background-color: rgb(93,128,125); }
div.DivClassName
{
background-color: #5D807D;
}
.BgClassName
{
background-color: #5D807D;
}
</style>
border-color css
<style>
span { border-color: #5D807D; }
span { border-color: rgb(93,128,125); }
td.TdClassName
{
border-color: #5D807D;
}
.TagClassName
{
border-color: #5D807D;
}
</style>