Shades of Governor Bay #5261A5
Tints of Governor Bay #5261A5
RGB
CMYK
RGB Variations
Color information
#5261A5 (or 0x5261A5) is known color: Governor Bay. HEX triplet: 52, 61 and A5. RGB value is (82,97,165). Sum of RGB (Red+Green+Blue) = 82+97+165=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #5261A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5261A5 is #AD9E5A. Grayscale: #636363. Windows color (decimal): -11378267 or 10838354. OLE color: 10838354.
HSL color Cylindrical-coordinate representation of color #5261A5: hue angle of 229.16º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5261A5 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 97 | 165 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.35 |
| HSL | 229.16º | 0.34% | 0.48% | - |
| HSV(B) | 229.16º | 0.5% | 0.65% | - |
| XYZ | 14.55 | 13.06 | 37.35 | - |
| YUV | 100.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 165 | 0.50 | 0.41 | 0 | 0.35 | 229.16 | 0.34 | 0.48 |
| Hex | 52 | 61 | A5 | 32 | 29 | 0 | 23 | E5 | 22 | 30 |
| Octal | 122 | 141 | 245 | 62 | 51 | 0 | 43 | 345 | 42 | 60 |
| Binary | 1010010 | 1100001 | 10100101 | 110010 | 101001 | 0 | 100011 | 11100101 | 100010 | 110000 |
Color Harmonies of #5261A5
Complementary color
Monochromatic Colors of #5261A5
Black with #5261A5
Text Example
Text Example
White with #5261A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261A5; }
p { color: rgb(82,97,165); }
H1.HeaderClassName
{
color: #5261A5;
}
.AnyTagClassName
{
color: #5261A5;
}
</style>
background-color css
<style>
a { background-color: #5261A5; }
a { background-color: rgb(82,97,165); }
div.DivClassName
{
background-color: #5261A5;
}
.BgClassName
{
background-color: #5261A5;
}
</style>
border-color css
<style>
span { border-color: #5261A5; }
span { border-color: rgb(82,97,165); }
td.TdClassName
{
border-color: #5261A5;
}
.TagClassName
{
border-color: #5261A5;
}
</style>