Shades of Breaker Bay #5A807B
Tints of Breaker Bay #5A807B
RGB
CMYK
RGB Variations
Color information
#5A807B (or 0x5A807B) is known color: Breaker Bay. HEX triplet: 5A, 80 and 7B. RGB value is (90,128,123). Sum of RGB (Red+Green+Blue) = 90+128+123=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #5A807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A807B is #A57F84. Grayscale: #747474. Windows color (decimal): -10846085 or 8093786. OLE color: 8093786.
HSL color Cylindrical-coordinate representation of color #5A807B: hue angle of 172.11º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A807B is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 128 | 123 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.50 |
| HSL | 172.11º | 0.17% | 0.43% | - |
| HSV(B) | 172.11º | 0.3% | 0.5% | - |
| XYZ | 15.51 | 19.04 | 21.6 | - |
| YUV | 116.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 123 | 0.30 | 0 | 0.04 | 0.50 | 172.11 | 0.17 | 0.43 |
| Hex | 5A | 80 | 7B | 1E | 0 | 4 | 32 | AC | 11 | 2B |
| Octal | 132 | 200 | 173 | 36 | 0 | 4 | 62 | 254 | 21 | 53 |
| Binary | 1011010 | 10000000 | 1111011 | 11110 | 0 | 100 | 110010 | 10101100 | 10001 | 101011 |
Color Harmonies of #5A807B
Complementary color
Monochromatic Colors of #5A807B
Black with #5A807B
Text Example
Text Example
White with #5A807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A807B; }
p { color: rgb(90,128,123); }
H1.HeaderClassName
{
color: #5A807B;
}
.AnyTagClassName
{
color: #5A807B;
}
</style>
background-color css
<style>
a { background-color: #5A807B; }
a { background-color: rgb(90,128,123); }
div.DivClassName
{
background-color: #5A807B;
}
.BgClassName
{
background-color: #5A807B;
}
</style>
border-color css
<style>
span { border-color: #5A807B; }
span { border-color: rgb(90,128,123); }
td.TdClassName
{
border-color: #5A807B;
}
.TagClassName
{
border-color: #5A807B;
}
</style>