Shades of Governor Bay #525D94
Tints of Governor Bay #525D94
RGB
CMYK
RGB Variations
Color information
#525D94 (or 0x525D94) is known color: Governor Bay. HEX triplet: 52, 5D and 94. RGB value is (82,93,148). Sum of RGB (Red+Green+Blue) = 82+93+148=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #525D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D94 is #ADA26B. Grayscale: #5F5F5F. Windows color (decimal): -11379308 or 9723218. OLE color: 9723218.
HSL color Cylindrical-coordinate representation of color #525D94: hue angle of 230º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525D94 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 93 | 148 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.42 |
| HSL | 230º | 0.29% | 0.45% | - |
| HSV(B) | 230º | 0.45% | 0.58% | - |
| XYZ | 12.74 | 11.76 | 29.62 | - |
| YUV | 95.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 148 | 0.45 | 0.37 | 0 | 0.42 | 230 | 0.29 | 0.45 |
| Hex | 52 | 5D | 94 | 2D | 25 | 0 | 2A | E6 | 1D | 2D |
| Octal | 122 | 135 | 224 | 55 | 45 | 0 | 52 | 346 | 35 | 55 |
| Binary | 1010010 | 1011101 | 10010100 | 101101 | 100101 | 0 | 101010 | 11100110 | 11101 | 101101 |
Color Harmonies of #525D94
Complementary color
Monochromatic Colors of #525D94
Black with #525D94
Text Example
Text Example
White with #525D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D94; }
p { color: rgb(82,93,148); }
H1.HeaderClassName
{
color: #525D94;
}
.AnyTagClassName
{
color: #525D94;
}
</style>
background-color css
<style>
a { background-color: #525D94; }
a { background-color: rgb(82,93,148); }
div.DivClassName
{
background-color: #525D94;
}
.BgClassName
{
background-color: #525D94;
}
</style>
border-color css
<style>
span { border-color: #525D94; }
span { border-color: rgb(82,93,148); }
td.TdClassName
{
border-color: #525D94;
}
.TagClassName
{
border-color: #525D94;
}
</style>