Shades of Governor Bay #525B8E
Tints of Governor Bay #525B8E
RGB
CMYK
RGB Variations
Color information
#525B8E (or 0x525B8E) is known color: Governor Bay. HEX triplet: 52, 5B and 8E. RGB value is (82,91,142). Sum of RGB (Red+Green+Blue) = 82+91+142=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #525B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B8E is #ADA471. Grayscale: #5D5D5D. Windows color (decimal): -11379826 or 9329490. OLE color: 9329490.
HSL color Cylindrical-coordinate representation of color #525B8E: hue angle of 231º 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 #525B8E is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 91 | 142 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.44 |
| HSL | 231º | 0.27% | 0.44% | - |
| HSV(B) | 231º | 0.42% | 0.56% | - |
| XYZ | 12.1 | 11.23 | 27.12 | - |
| YUV | 94.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 142 | 0.42 | 0.36 | 0 | 0.44 | 231 | 0.27 | 0.44 |
| Hex | 52 | 5B | 8E | 2A | 24 | 0 | 2C | E7 | 1B | 2C |
| Octal | 122 | 133 | 216 | 52 | 44 | 0 | 54 | 347 | 33 | 54 |
| Binary | 1010010 | 1011011 | 10001110 | 101010 | 100100 | 0 | 101100 | 11100111 | 11011 | 101100 |
Color Harmonies of #525B8E
Complementary color
Monochromatic Colors of #525B8E
Black with #525B8E
Text Example
Text Example
White with #525B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B8E; }
p { color: rgb(82,91,142); }
H1.HeaderClassName
{
color: #525B8E;
}
.AnyTagClassName
{
color: #525B8E;
}
</style>
background-color css
<style>
a { background-color: #525B8E; }
a { background-color: rgb(82,91,142); }
div.DivClassName
{
background-color: #525B8E;
}
.BgClassName
{
background-color: #525B8E;
}
</style>
border-color css
<style>
span { border-color: #525B8E; }
span { border-color: rgb(82,91,142); }
td.TdClassName
{
border-color: #525B8E;
}
.TagClassName
{
border-color: #525B8E;
}
</style>