Shades of Breaker Bay #5B787A
Tints of Breaker Bay #5B787A
RGB
CMYK
RGB Variations
Color information
#5B787A (or 0x5B787A) is known color: Breaker Bay. HEX triplet: 5B, 78 and 7A. RGB value is (91,120,122). Sum of RGB (Red+Green+Blue) = 91+120+122=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B787A is #A48785. Grayscale: #6F6F6F. Windows color (decimal): -10782598 or 8026203. OLE color: 8026203.
HSL color Cylindrical-coordinate representation of color #5B787A: hue angle of 183.87º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B787A is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 120 | 122 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.52 |
| HSL | 183.87º | 0.15% | 0.42% | - |
| HSV(B) | 183.87º | 0.25% | 0.48% | - |
| XYZ | 14.54 | 17.06 | 20.94 | - |
| YUV | 111.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 122 | 0.25 | 0.02 | 0 | 0.52 | 183.87 | 0.15 | 0.42 |
| Hex | 5B | 78 | 7A | 19 | 2 | 0 | 34 | B8 | F | 2A |
| Octal | 133 | 170 | 172 | 31 | 2 | 0 | 64 | 270 | 17 | 52 |
| Binary | 1011011 | 1111000 | 1111010 | 11001 | 10 | 0 | 110100 | 10111000 | 1111 | 101010 |
Color Harmonies of #5B787A
Complementary color
Monochromatic Colors of #5B787A
Black with #5B787A
Text Example
Text Example
White with #5B787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B787A; }
p { color: rgb(91,120,122); }
H1.HeaderClassName
{
color: #5B787A;
}
.AnyTagClassName
{
color: #5B787A;
}
</style>
background-color css
<style>
a { background-color: #5B787A; }
a { background-color: rgb(91,120,122); }
div.DivClassName
{
background-color: #5B787A;
}
.BgClassName
{
background-color: #5B787A;
}
</style>
border-color css
<style>
span { border-color: #5B787A; }
span { border-color: rgb(91,120,122); }
td.TdClassName
{
border-color: #5B787A;
}
.TagClassName
{
border-color: #5B787A;
}
</style>