Shades of Breaker Bay #5A8883
Tints of Breaker Bay #5A8883
RGB
CMYK
RGB Variations
Color information
#5A8883 (or 0x5A8883) is known color: Breaker Bay. HEX triplet: 5A, 88 and 83. RGB value is (90,136,131). Sum of RGB (Red+Green+Blue) = 90+136+131=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8883 is #A5777C. Grayscale: #797979. Windows color (decimal): -10844029 or 8620122. OLE color: 8620122.
HSL color Cylindrical-coordinate representation of color #5A8883: hue angle of 173.48º 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 #5A8883 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 131 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.47 |
| HSL | 173.48º | 0.2% | 0.44% | - |
| HSV(B) | 173.48º | 0.34% | 0.53% | - |
| XYZ | 17.12 | 21.42 | 24.71 | - |
| YUV | 121.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 131 | 0.34 | 0 | 0.04 | 0.47 | 173.48 | 0.2 | 0.44 |
| Hex | 5A | 88 | 83 | 22 | 0 | 4 | 2F | AD | 14 | 2C |
| Octal | 132 | 210 | 203 | 42 | 0 | 4 | 57 | 255 | 24 | 54 |
| Binary | 1011010 | 10001000 | 10000011 | 100010 | 0 | 100 | 101111 | 10101101 | 10100 | 101100 |
Color Harmonies of #5A8883
Complementary color
Monochromatic Colors of #5A8883
Black with #5A8883
Text Example
Text Example
White with #5A8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8883; }
p { color: rgb(90,136,131); }
H1.HeaderClassName
{
color: #5A8883;
}
.AnyTagClassName
{
color: #5A8883;
}
</style>
background-color css
<style>
a { background-color: #5A8883; }
a { background-color: rgb(90,136,131); }
div.DivClassName
{
background-color: #5A8883;
}
.BgClassName
{
background-color: #5A8883;
}
</style>
border-color css
<style>
span { border-color: #5A8883; }
span { border-color: rgb(90,136,131); }
td.TdClassName
{
border-color: #5A8883;
}
.TagClassName
{
border-color: #5A8883;
}
</style>