Shades of Governor Bay #5250A2
Tints of Governor Bay #5250A2
RGB
CMYK
RGB Variations
Color information
#5250A2 (or 0x5250A2) is known color: Governor Bay. HEX triplet: 52, 50 and A2. RGB value is (82,80,162). Sum of RGB (Red+Green+Blue) = 82+80+162=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #5250A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5250A2 is #ADAF5D. Grayscale: #595959. Windows color (decimal): -11382622 or 10637394. OLE color: 10637394.
HSL color Cylindrical-coordinate representation of color #5250A2: hue angle of 241.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5250A2 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 80 | 162 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.36 |
| HSL | 241.46º | 0.34% | 0.47% | - |
| HSV(B) | 241.46º | 0.51% | 0.64% | - |
| XYZ | 12.87 | 10.14 | 35.46 | - |
| YUV | 89.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 162 | 0.49 | 0.51 | 0 | 0.36 | 241.46 | 0.34 | 0.47 |
| Hex | 52 | 50 | A2 | 31 | 33 | 0 | 24 | F1 | 22 | 2F |
| Octal | 122 | 120 | 242 | 61 | 63 | 0 | 44 | 361 | 42 | 57 |
| Binary | 1010010 | 1010000 | 10100010 | 110001 | 110011 | 0 | 100100 | 11110001 | 100010 | 101111 |
Color Harmonies of #5250A2
Complementary color
Monochromatic Colors of #5250A2
Black with #5250A2
Text Example
Text Example
White with #5250A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250A2; }
p { color: rgb(82,80,162); }
H1.HeaderClassName
{
color: #5250A2;
}
.AnyTagClassName
{
color: #5250A2;
}
</style>
background-color css
<style>
a { background-color: #5250A2; }
a { background-color: rgb(82,80,162); }
div.DivClassName
{
background-color: #5250A2;
}
.BgClassName
{
background-color: #5250A2;
}
</style>
border-color css
<style>
span { border-color: #5250A2; }
span { border-color: rgb(82,80,162); }
td.TdClassName
{
border-color: #5250A2;
}
.TagClassName
{
border-color: #5250A2;
}
</style>