Shades of Governor Bay #525A8E
Tints of Governor Bay #525A8E
RGB
CMYK
RGB Variations
Color information
#525A8E (or 0x525A8E) is known color: Governor Bay. HEX triplet: 52, 5A and 8E. RGB value is (82,90,142). Sum of RGB (Red+Green+Blue) = 82+90+142=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #525A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A8E is #ADA571. Grayscale: #5D5D5D. Windows color (decimal): -11380082 or 9329234. OLE color: 9329234.
HSL color Cylindrical-coordinate representation of color #525A8E: hue angle of 232º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525A8E is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 90 | 142 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.44 |
| HSL | 232º | 0.27% | 0.44% | - |
| HSV(B) | 232º | 0.42% | 0.56% | - |
| XYZ | 12.02 | 11.06 | 27.09 | - |
| YUV | 93.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 142 | 0.42 | 0.37 | 0 | 0.44 | 232 | 0.27 | 0.44 |
| Hex | 52 | 5A | 8E | 2A | 25 | 0 | 2C | E8 | 1B | 2C |
| Octal | 122 | 132 | 216 | 52 | 45 | 0 | 54 | 350 | 33 | 54 |
| Binary | 1010010 | 1011010 | 10001110 | 101010 | 100101 | 0 | 101100 | 11101000 | 11011 | 101100 |
Color Harmonies of #525A8E
Complementary color
Monochromatic Colors of #525A8E
Black with #525A8E
Text Example
Text Example
White with #525A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A8E; }
p { color: rgb(82,90,142); }
H1.HeaderClassName
{
color: #525A8E;
}
.AnyTagClassName
{
color: #525A8E;
}
</style>
background-color css
<style>
a { background-color: #525A8E; }
a { background-color: rgb(82,90,142); }
div.DivClassName
{
background-color: #525A8E;
}
.BgClassName
{
background-color: #525A8E;
}
</style>
border-color css
<style>
span { border-color: #525A8E; }
span { border-color: rgb(82,90,142); }
td.TdClassName
{
border-color: #525A8E;
}
.TagClassName
{
border-color: #525A8E;
}
</style>