Shades of Governor Bay #505283
Tints of Governor Bay #505283
RGB
CMYK
RGB Variations
Color information
#505283 (or 0x505283) is known color: Governor Bay. HEX triplet: 50, 52 and 83. RGB value is (80,82,131). Sum of RGB (Red+Green+Blue) = 80+82+131=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #505283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505283 is #AFAD7C. Grayscale: #565656. Windows color (decimal): -11513213 or 8606288. OLE color: 8606288.
HSL color Cylindrical-coordinate representation of color #505283: hue angle of 237.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505283 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 82 | 131 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.49 |
| HSL | 237.65º | 0.24% | 0.41% | - |
| HSV(B) | 237.65º | 0.39% | 0.51% | - |
| XYZ | 10.42 | 9.38 | 22.73 | - |
| YUV | 86.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 131 | 0.39 | 0.37 | 0 | 0.49 | 237.65 | 0.24 | 0.41 |
| Hex | 50 | 52 | 83 | 27 | 25 | 0 | 31 | EE | 18 | 29 |
| Octal | 120 | 122 | 203 | 47 | 45 | 0 | 61 | 356 | 30 | 51 |
| Binary | 1010000 | 1010010 | 10000011 | 100111 | 100101 | 0 | 110001 | 11101110 | 11000 | 101001 |
Color Harmonies of #505283
Complementary color
Monochromatic Colors of #505283
Black with #505283
Text Example
Text Example
White with #505283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505283; }
p { color: rgb(80,82,131); }
H1.HeaderClassName
{
color: #505283;
}
.AnyTagClassName
{
color: #505283;
}
</style>
background-color css
<style>
a { background-color: #505283; }
a { background-color: rgb(80,82,131); }
div.DivClassName
{
background-color: #505283;
}
.BgClassName
{
background-color: #505283;
}
</style>
border-color css
<style>
span { border-color: #505283; }
span { border-color: rgb(80,82,131); }
td.TdClassName
{
border-color: #505283;
}
.TagClassName
{
border-color: #505283;
}
</style>