Shades of Breaker Bay #5A867F
Tints of Breaker Bay #5A867F
RGB
CMYK
RGB Variations
Color information
#5A867F (or 0x5A867F) is known color: Breaker Bay. HEX triplet: 5A, 86 and 7F. RGB value is (90,134,127). Sum of RGB (Red+Green+Blue) = 90+134+127=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #5A867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A867F is #A57980. Grayscale: #787878. Windows color (decimal): -10844545 or 8357466. OLE color: 8357466.
HSL color Cylindrical-coordinate representation of color #5A867F: hue angle of 170.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A867F is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 127 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.47 |
| HSL | 170.45º | 0.2% | 0.44% | - |
| HSV(B) | 170.45º | 0.33% | 0.53% | - |
| XYZ | 16.57 | 20.76 | 23.21 | - |
| YUV | 120.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 127 | 0.33 | 0 | 0.05 | 0.47 | 170.45 | 0.2 | 0.44 |
| Hex | 5A | 86 | 7F | 21 | 0 | 5 | 2F | AA | 14 | 2C |
| Octal | 132 | 206 | 177 | 41 | 0 | 5 | 57 | 252 | 24 | 54 |
| Binary | 1011010 | 10000110 | 1111111 | 100001 | 0 | 101 | 101111 | 10101010 | 10100 | 101100 |
Color Harmonies of #5A867F
Complementary color
Monochromatic Colors of #5A867F
Black with #5A867F
Text Example
Text Example
White with #5A867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A867F; }
p { color: rgb(90,134,127); }
H1.HeaderClassName
{
color: #5A867F;
}
.AnyTagClassName
{
color: #5A867F;
}
</style>
background-color css
<style>
a { background-color: #5A867F; }
a { background-color: rgb(90,134,127); }
div.DivClassName
{
background-color: #5A867F;
}
.BgClassName
{
background-color: #5A867F;
}
</style>
border-color css
<style>
span { border-color: #5A867F; }
span { border-color: rgb(90,134,127); }
td.TdClassName
{
border-color: #5A867F;
}
.TagClassName
{
border-color: #5A867F;
}
</style>