Shades of Breaker Bay #5A8882
Tints of Breaker Bay #5A8882
RGB
CMYK
RGB Variations
Color information
#5A8882 (or 0x5A8882) is known color: Breaker Bay. HEX triplet: 5A, 88 and 82. RGB value is (90,136,130). Sum of RGB (Red+Green+Blue) = 90+136+130=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8882 is #A5777D. Grayscale: #797979. Windows color (decimal): -10844030 or 8554586. OLE color: 8554586.
HSL color Cylindrical-coordinate representation of color #5A8882: hue angle of 172.17º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8882 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 130 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.47 |
| HSL | 172.17º | 0.2% | 0.44% | - |
| HSV(B) | 172.17º | 0.34% | 0.53% | - |
| XYZ | 17.05 | 21.39 | 24.35 | - |
| YUV | 121.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 130 | 0.34 | 0 | 0.04 | 0.47 | 172.17 | 0.2 | 0.44 |
| Hex | 5A | 88 | 82 | 22 | 0 | 4 | 2F | AC | 14 | 2C |
| Octal | 132 | 210 | 202 | 42 | 0 | 4 | 57 | 254 | 24 | 54 |
| Binary | 1011010 | 10001000 | 10000010 | 100010 | 0 | 100 | 101111 | 10101100 | 10100 | 101100 |
Color Harmonies of #5A8882
Complementary color
Monochromatic Colors of #5A8882
Black with #5A8882
Text Example
Text Example
White with #5A8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8882; }
p { color: rgb(90,136,130); }
H1.HeaderClassName
{
color: #5A8882;
}
.AnyTagClassName
{
color: #5A8882;
}
</style>
background-color css
<style>
a { background-color: #5A8882; }
a { background-color: rgb(90,136,130); }
div.DivClassName
{
background-color: #5A8882;
}
.BgClassName
{
background-color: #5A8882;
}
</style>
border-color css
<style>
span { border-color: #5A8882; }
span { border-color: rgb(90,136,130); }
td.TdClassName
{
border-color: #5A8882;
}
.TagClassName
{
border-color: #5A8882;
}
</style>