Shades of Governor Bay #525BA1
Tints of Governor Bay #525BA1
RGB
CMYK
RGB Variations
Color information
#525BA1 (or 0x525BA1) is known color: Governor Bay. HEX triplet: 52, 5B and A1. RGB value is (82,91,161). Sum of RGB (Red+Green+Blue) = 82+91+161=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #525BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525BA1 is #ADA45E. Grayscale: #606060. Windows color (decimal): -11379807 or 10574674. OLE color: 10574674.
HSL color Cylindrical-coordinate representation of color #525BA1: hue angle of 233.16º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #525BA1 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 91 | 161 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.37 |
| HSL | 233.16º | 0.33% | 0.48% | - |
| HSV(B) | 233.16º | 0.49% | 0.63% | - |
| XYZ | 13.65 | 11.85 | 35.29 | - |
| YUV | 96.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 161 | 0.49 | 0.43 | 0 | 0.37 | 233.16 | 0.33 | 0.48 |
| Hex | 52 | 5B | A1 | 31 | 2B | 0 | 25 | E9 | 21 | 30 |
| Octal | 122 | 133 | 241 | 61 | 53 | 0 | 45 | 351 | 41 | 60 |
| Binary | 1010010 | 1011011 | 10100001 | 110001 | 101011 | 0 | 100101 | 11101001 | 100001 | 110000 |
Color Harmonies of #525BA1
Complementary color
Monochromatic Colors of #525BA1
Black with #525BA1
Text Example
Text Example
White with #525BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BA1; }
p { color: rgb(82,91,161); }
H1.HeaderClassName
{
color: #525BA1;
}
.AnyTagClassName
{
color: #525BA1;
}
</style>
background-color css
<style>
a { background-color: #525BA1; }
a { background-color: rgb(82,91,161); }
div.DivClassName
{
background-color: #525BA1;
}
.BgClassName
{
background-color: #525BA1;
}
</style>
border-color css
<style>
span { border-color: #525BA1; }
span { border-color: rgb(82,91,161); }
td.TdClassName
{
border-color: #525BA1;
}
.TagClassName
{
border-color: #525BA1;
}
</style>