Shades of Breaker Bay #508480
Tints of Breaker Bay #508480
RGB
CMYK
RGB Variations
Color information
#508480 (or 0x508480) is known color: Breaker Bay. HEX triplet: 50, 84 and 80. RGB value is (80,132,128). Sum of RGB (Red+Green+Blue) = 80+132+128=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #508480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508480 is #AF7B7F. Grayscale: #737373. Windows color (decimal): -11500416 or 8422480. OLE color: 8422480.
HSL color Cylindrical-coordinate representation of color #508480: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508480 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 128 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.48 |
| HSL | 175.38º | 0.25% | 0.42% | - |
| HSV(B) | 175.38º | 0.39% | 0.52% | - |
| XYZ | 15.46 | 19.77 | 23.42 | - |
| YUV | 116 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 128 | 0.39 | 0 | 0.03 | 0.48 | 175.38 | 0.25 | 0.42 |
| Hex | 50 | 84 | 80 | 27 | 0 | 3 | 30 | AF | 19 | 2A |
| Octal | 120 | 204 | 200 | 47 | 0 | 3 | 60 | 257 | 31 | 52 |
| Binary | 1010000 | 10000100 | 10000000 | 100111 | 0 | 11 | 110000 | 10101111 | 11001 | 101010 |
Color Harmonies of #508480
Complementary color
Monochromatic Colors of #508480
Black with #508480
Text Example
Text Example
White with #508480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508480; }
p { color: rgb(80,132,128); }
H1.HeaderClassName
{
color: #508480;
}
.AnyTagClassName
{
color: #508480;
}
</style>
background-color css
<style>
a { background-color: #508480; }
a { background-color: rgb(80,132,128); }
div.DivClassName
{
background-color: #508480;
}
.BgClassName
{
background-color: #508480;
}
</style>
border-color css
<style>
span { border-color: #508480; }
span { border-color: rgb(80,132,128); }
td.TdClassName
{
border-color: #508480;
}
.TagClassName
{
border-color: #508480;
}
</style>