Shades of Governor Bay #525D90
Tints of Governor Bay #525D90
RGB
CMYK
RGB Variations
Color information
#525D90 (or 0x525D90) is known color: Governor Bay. HEX triplet: 52, 5D and 90. RGB value is (82,93,144). Sum of RGB (Red+Green+Blue) = 82+93+144=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #525D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D90 is #ADA26F. Grayscale: #5F5F5F. Windows color (decimal): -11379312 or 9461074. OLE color: 9461074.
HSL color Cylindrical-coordinate representation of color #525D90: hue angle of 229.35º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #525D90 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 93 | 144 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.44 |
| HSL | 229.35º | 0.27% | 0.44% | - |
| HSV(B) | 229.35º | 0.43% | 0.56% | - |
| XYZ | 12.43 | 11.64 | 27.98 | - |
| YUV | 95.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 144 | 0.43 | 0.35 | 0 | 0.44 | 229.35 | 0.27 | 0.44 |
| Hex | 52 | 5D | 90 | 2B | 23 | 0 | 2C | E5 | 1B | 2C |
| Octal | 122 | 135 | 220 | 53 | 43 | 0 | 54 | 345 | 33 | 54 |
| Binary | 1010010 | 1011101 | 10010000 | 101011 | 100011 | 0 | 101100 | 11100101 | 11011 | 101100 |
Color Harmonies of #525D90
Complementary color
Monochromatic Colors of #525D90
Black with #525D90
Text Example
Text Example
White with #525D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D90; }
p { color: rgb(82,93,144); }
H1.HeaderClassName
{
color: #525D90;
}
.AnyTagClassName
{
color: #525D90;
}
</style>
background-color css
<style>
a { background-color: #525D90; }
a { background-color: rgb(82,93,144); }
div.DivClassName
{
background-color: #525D90;
}
.BgClassName
{
background-color: #525D90;
}
</style>
border-color css
<style>
span { border-color: #525D90; }
span { border-color: rgb(82,93,144); }
td.TdClassName
{
border-color: #525D90;
}
.TagClassName
{
border-color: #525D90;
}
</style>