Shades of Governor Bay #505285
Tints of Governor Bay #505285
RGB
CMYK
RGB Variations
Color information
#505285 (or 0x505285) is known color: Governor Bay. HEX triplet: 50, 52 and 85. RGB value is (80,82,133). Sum of RGB (Red+Green+Blue) = 80+82+133=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #505285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505285 is #AFAD7A. Grayscale: #575757. Windows color (decimal): -11513211 or 8737360. OLE color: 8737360.
HSL color Cylindrical-coordinate representation of color #505285: hue angle of 237.74º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505285 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 82 | 133 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.48 |
| HSL | 237.74º | 0.25% | 0.42% | - |
| HSV(B) | 237.74º | 0.4% | 0.52% | - |
| XYZ | 10.56 | 9.43 | 23.45 | - |
| YUV | 87.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 133 | 0.40 | 0.38 | 0 | 0.48 | 237.74 | 0.25 | 0.42 |
| Hex | 50 | 52 | 85 | 28 | 26 | 0 | 30 | EE | 19 | 2A |
| Octal | 120 | 122 | 205 | 50 | 46 | 0 | 60 | 356 | 31 | 52 |
| Binary | 1010000 | 1010010 | 10000101 | 101000 | 100110 | 0 | 110000 | 11101110 | 11001 | 101010 |
Color Harmonies of #505285
Complementary color
Monochromatic Colors of #505285
Black with #505285
Text Example
Text Example
White with #505285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505285; }
p { color: rgb(80,82,133); }
H1.HeaderClassName
{
color: #505285;
}
.AnyTagClassName
{
color: #505285;
}
</style>
background-color css
<style>
a { background-color: #505285; }
a { background-color: rgb(80,82,133); }
div.DivClassName
{
background-color: #505285;
}
.BgClassName
{
background-color: #505285;
}
</style>
border-color css
<style>
span { border-color: #505285; }
span { border-color: rgb(80,82,133); }
td.TdClassName
{
border-color: #505285;
}
.TagClassName
{
border-color: #505285;
}
</style>