Shades of Governor Bay #505488
Tints of Governor Bay #505488
RGB
CMYK
RGB Variations
Color information
#505488 (or 0x505488) is known color: Governor Bay. HEX triplet: 50, 54 and 88. RGB value is (80,84,136). Sum of RGB (Red+Green+Blue) = 80+84+136=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #505488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505488 is #AFAB77. Grayscale: #585858. Windows color (decimal): -11512696 or 8934480. OLE color: 8934480.
HSL color Cylindrical-coordinate representation of color #505488: hue angle of 235.71º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505488 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 84 | 136 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.47 |
| HSL | 235.71º | 0.26% | 0.42% | - |
| HSV(B) | 235.71º | 0.41% | 0.53% | - |
| XYZ | 10.92 | 9.82 | 24.61 | - |
| YUV | 88.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 136 | 0.41 | 0.38 | 0 | 0.47 | 235.71 | 0.26 | 0.42 |
| Hex | 50 | 54 | 88 | 29 | 26 | 0 | 2F | EC | 1A | 2A |
| Octal | 120 | 124 | 210 | 51 | 46 | 0 | 57 | 354 | 32 | 52 |
| Binary | 1010000 | 1010100 | 10001000 | 101001 | 100110 | 0 | 101111 | 11101100 | 11010 | 101010 |
Color Harmonies of #505488
Complementary color
Monochromatic Colors of #505488
Black with #505488
Text Example
Text Example
White with #505488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505488; }
p { color: rgb(80,84,136); }
H1.HeaderClassName
{
color: #505488;
}
.AnyTagClassName
{
color: #505488;
}
</style>
background-color css
<style>
a { background-color: #505488; }
a { background-color: rgb(80,84,136); }
div.DivClassName
{
background-color: #505488;
}
.BgClassName
{
background-color: #505488;
}
</style>
border-color css
<style>
span { border-color: #505488; }
span { border-color: rgb(80,84,136); }
td.TdClassName
{
border-color: #505488;
}
.TagClassName
{
border-color: #505488;
}
</style>