Shades of Breaker Bay #5A827A
Tints of Breaker Bay #5A827A
RGB
CMYK
RGB Variations
Color information
#5A827A (or 0x5A827A) is known color: Breaker Bay. HEX triplet: 5A, 82 and 7A. RGB value is (90,130,122). Sum of RGB (Red+Green+Blue) = 90+130+122=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #5A827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A827A is #A57D85. Grayscale: #757575. Windows color (decimal): -10845574 or 8028762. OLE color: 8028762.
HSL color Cylindrical-coordinate representation of color #5A827A: hue angle of 168º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A827A is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 122 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.49 |
| HSL | 168º | 0.18% | 0.43% | - |
| HSV(B) | 168º | 0.31% | 0.51% | - |
| XYZ | 15.71 | 19.54 | 21.36 | - |
| YUV | 117.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 122 | 0.31 | 0 | 0.06 | 0.49 | 168 | 0.18 | 0.43 |
| Hex | 5A | 82 | 7A | 1F | 0 | 6 | 31 | A8 | 12 | 2B |
| Octal | 132 | 202 | 172 | 37 | 0 | 6 | 61 | 250 | 22 | 53 |
| Binary | 1011010 | 10000010 | 1111010 | 11111 | 0 | 110 | 110001 | 10101000 | 10010 | 101011 |
Color Harmonies of #5A827A
Complementary color
Monochromatic Colors of #5A827A
Black with #5A827A
Text Example
Text Example
White with #5A827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A827A; }
p { color: rgb(90,130,122); }
H1.HeaderClassName
{
color: #5A827A;
}
.AnyTagClassName
{
color: #5A827A;
}
</style>
background-color css
<style>
a { background-color: #5A827A; }
a { background-color: rgb(90,130,122); }
div.DivClassName
{
background-color: #5A827A;
}
.BgClassName
{
background-color: #5A827A;
}
</style>
border-color css
<style>
span { border-color: #5A827A; }
span { border-color: rgb(90,130,122); }
td.TdClassName
{
border-color: #5A827A;
}
.TagClassName
{
border-color: #5A827A;
}
</style>