Shades of Breaker Bay #5F827D
Tints of Breaker Bay #5F827D
RGB
CMYK
RGB Variations
Color information
#5F827D (or 0x5F827D) is known color: Breaker Bay. HEX triplet: 5F, 82 and 7D. RGB value is (95,130,125). Sum of RGB (Red+Green+Blue) = 95+130+125=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #5F827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F827D is #A07D82. Grayscale: #767676. Windows color (decimal): -10517891 or 8225375. OLE color: 8225375.
HSL color Cylindrical-coordinate representation of color #5F827D: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F827D is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 130 | 125 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.49 |
| HSL | 171.43º | 0.16% | 0.44% | - |
| HSV(B) | 171.43º | 0.27% | 0.51% | - |
| XYZ | 16.4 | 19.88 | 22.37 | - |
| YUV | 118.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 130 | 125 | 0.27 | 0 | 0.04 | 0.49 | 171.43 | 0.16 | 0.44 |
| Hex | 5F | 82 | 7D | 1B | 0 | 4 | 31 | AB | 10 | 2C |
| Octal | 137 | 202 | 175 | 33 | 0 | 4 | 61 | 253 | 20 | 54 |
| Binary | 1011111 | 10000010 | 1111101 | 11011 | 0 | 100 | 110001 | 10101011 | 10000 | 101100 |
Color Harmonies of #5F827D
Complementary color
Monochromatic Colors of #5F827D
Black with #5F827D
Text Example
Text Example
White with #5F827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F827D; }
p { color: rgb(95,130,125); }
H1.HeaderClassName
{
color: #5F827D;
}
.AnyTagClassName
{
color: #5F827D;
}
</style>
background-color css
<style>
a { background-color: #5F827D; }
a { background-color: rgb(95,130,125); }
div.DivClassName
{
background-color: #5F827D;
}
.BgClassName
{
background-color: #5F827D;
}
</style>
border-color css
<style>
span { border-color: #5F827D; }
span { border-color: rgb(95,130,125); }
td.TdClassName
{
border-color: #5F827D;
}
.TagClassName
{
border-color: #5F827D;
}
</style>