Shades of Governor Bay #525A90
Tints of Governor Bay #525A90
RGB
CMYK
RGB Variations
Color information
#525A90 (or 0x525A90) is known color: Governor Bay. HEX triplet: 52, 5A and 90. RGB value is (82,90,144). Sum of RGB (Red+Green+Blue) = 82+90+144=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #525A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A90 is #ADA56F. Grayscale: #5D5D5D. Windows color (decimal): -11380080 or 9460306. OLE color: 9460306.
HSL color Cylindrical-coordinate representation of color #525A90: hue angle of 232.26º 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 #525A90 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 90 | 144 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.44 |
| HSL | 232.26º | 0.27% | 0.44% | - |
| HSV(B) | 232.26º | 0.43% | 0.56% | - |
| XYZ | 12.17 | 11.12 | 27.89 | - |
| YUV | 93.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 144 | 0.43 | 0.37 | 0 | 0.44 | 232.26 | 0.27 | 0.44 |
| Hex | 52 | 5A | 90 | 2B | 25 | 0 | 2C | E8 | 1B | 2C |
| Octal | 122 | 132 | 220 | 53 | 45 | 0 | 54 | 350 | 33 | 54 |
| Binary | 1010010 | 1011010 | 10010000 | 101011 | 100101 | 0 | 101100 | 11101000 | 11011 | 101100 |
Color Harmonies of #525A90
Complementary color
Monochromatic Colors of #525A90
Black with #525A90
Text Example
Text Example
White with #525A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A90; }
p { color: rgb(82,90,144); }
H1.HeaderClassName
{
color: #525A90;
}
.AnyTagClassName
{
color: #525A90;
}
</style>
background-color css
<style>
a { background-color: #525A90; }
a { background-color: rgb(82,90,144); }
div.DivClassName
{
background-color: #525A90;
}
.BgClassName
{
background-color: #525A90;
}
</style>
border-color css
<style>
span { border-color: #525A90; }
span { border-color: rgb(82,90,144); }
td.TdClassName
{
border-color: #525A90;
}
.TagClassName
{
border-color: #525A90;
}
</style>