Shades of Breaker Bay #5B827D
Tints of Breaker Bay #5B827D
RGB
CMYK
RGB Variations
Color information
#5B827D (or 0x5B827D) is known color: Breaker Bay. HEX triplet: 5B, 82 and 7D. RGB value is (91,130,125). Sum of RGB (Red+Green+Blue) = 91+130+125=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #5B827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B827D is #A47D82. Grayscale: #757575. Windows color (decimal): -10780035 or 8225371. OLE color: 8225371.
HSL color Cylindrical-coordinate representation of color #5B827D: hue angle of 172.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B827D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 125 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.49 |
| HSL | 172.31º | 0.18% | 0.43% | - |
| HSV(B) | 172.31º | 0.3% | 0.51% | - |
| XYZ | 16 | 19.67 | 22.36 | - |
| YUV | 117.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 125 | 0.30 | 0 | 0.04 | 0.49 | 172.31 | 0.18 | 0.43 |
| Hex | 5B | 82 | 7D | 1E | 0 | 4 | 31 | AC | 12 | 2B |
| Octal | 133 | 202 | 175 | 36 | 0 | 4 | 61 | 254 | 22 | 53 |
| Binary | 1011011 | 10000010 | 1111101 | 11110 | 0 | 100 | 110001 | 10101100 | 10010 | 101011 |
Color Harmonies of #5B827D
Complementary color
Monochromatic Colors of #5B827D
Black with #5B827D
Text Example
Text Example
White with #5B827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B827D; }
p { color: rgb(91,130,125); }
H1.HeaderClassName
{
color: #5B827D;
}
.AnyTagClassName
{
color: #5B827D;
}
</style>
background-color css
<style>
a { background-color: #5B827D; }
a { background-color: rgb(91,130,125); }
div.DivClassName
{
background-color: #5B827D;
}
.BgClassName
{
background-color: #5B827D;
}
</style>
border-color css
<style>
span { border-color: #5B827D; }
span { border-color: rgb(91,130,125); }
td.TdClassName
{
border-color: #5B827D;
}
.TagClassName
{
border-color: #5B827D;
}
</style>