Shades of Governor Bay #525A92
Tints of Governor Bay #525A92
RGB
CMYK
RGB Variations
Color information
#525A92 (or 0x525A92) is known color: Governor Bay. HEX triplet: 52, 5A and 92. RGB value is (82,90,146). Sum of RGB (Red+Green+Blue) = 82+90+146=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #525A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A92 is #ADA56D. Grayscale: #5D5D5D. Windows color (decimal): -11380078 or 9591378. OLE color: 9591378.
HSL color Cylindrical-coordinate representation of color #525A92: hue angle of 232.5º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525A92 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 90 | 146 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.43 |
| HSL | 232.5º | 0.28% | 0.45% | - |
| HSV(B) | 232.5º | 0.44% | 0.57% | - |
| XYZ | 12.32 | 11.18 | 28.7 | - |
| YUV | 93.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 146 | 0.44 | 0.38 | 0 | 0.43 | 232.5 | 0.28 | 0.45 |
| Hex | 52 | 5A | 92 | 2C | 26 | 0 | 2B | E8 | 1C | 2D |
| Octal | 122 | 132 | 222 | 54 | 46 | 0 | 53 | 350 | 34 | 55 |
| Binary | 1010010 | 1011010 | 10010010 | 101100 | 100110 | 0 | 101011 | 11101000 | 11100 | 101101 |
Color Harmonies of #525A92
Complementary color
Monochromatic Colors of #525A92
Black with #525A92
Text Example
Text Example
White with #525A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A92; }
p { color: rgb(82,90,146); }
H1.HeaderClassName
{
color: #525A92;
}
.AnyTagClassName
{
color: #525A92;
}
</style>
background-color css
<style>
a { background-color: #525A92; }
a { background-color: rgb(82,90,146); }
div.DivClassName
{
background-color: #525A92;
}
.BgClassName
{
background-color: #525A92;
}
</style>
border-color css
<style>
span { border-color: #525A92; }
span { border-color: rgb(82,90,146); }
td.TdClassName
{
border-color: #525A92;
}
.TagClassName
{
border-color: #525A92;
}
</style>