Shades of Governor Bay #525CA2
Tints of Governor Bay #525CA2
RGB
CMYK
RGB Variations
Color information
#525CA2 (or 0x525CA2) is known color: Governor Bay. HEX triplet: 52, 5C and A2. RGB value is (82,92,162). Sum of RGB (Red+Green+Blue) = 82+92+162=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #525CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525CA2 is #ADA35D. Grayscale: #606060. Windows color (decimal): -11379550 or 10640466. OLE color: 10640466.
HSL color Cylindrical-coordinate representation of color #525CA2: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #525CA2 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 92 | 162 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.36 |
| HSL | 232.5º | 0.33% | 0.48% | - |
| HSV(B) | 232.5º | 0.49% | 0.64% | - |
| XYZ | 13.83 | 12.06 | 35.78 | - |
| YUV | 96.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 162 | 0.49 | 0.43 | 0 | 0.36 | 232.5 | 0.33 | 0.48 |
| Hex | 52 | 5C | A2 | 31 | 2B | 0 | 24 | E8 | 21 | 30 |
| Octal | 122 | 134 | 242 | 61 | 53 | 0 | 44 | 350 | 41 | 60 |
| Binary | 1010010 | 1011100 | 10100010 | 110001 | 101011 | 0 | 100100 | 11101000 | 100001 | 110000 |
Color Harmonies of #525CA2
Complementary color
Monochromatic Colors of #525CA2
Black with #525CA2
Text Example
Text Example
White with #525CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CA2; }
p { color: rgb(82,92,162); }
H1.HeaderClassName
{
color: #525CA2;
}
.AnyTagClassName
{
color: #525CA2;
}
</style>
background-color css
<style>
a { background-color: #525CA2; }
a { background-color: rgb(82,92,162); }
div.DivClassName
{
background-color: #525CA2;
}
.BgClassName
{
background-color: #525CA2;
}
</style>
border-color css
<style>
span { border-color: #525CA2; }
span { border-color: rgb(82,92,162); }
td.TdClassName
{
border-color: #525CA2;
}
.TagClassName
{
border-color: #525CA2;
}
</style>