Shades of Governor Bay #525B8D
Tints of Governor Bay #525B8D
RGB
CMYK
RGB Variations
Color information
#525B8D (or 0x525B8D) is known color: Governor Bay. HEX triplet: 52, 5B and 8D. RGB value is (82,91,141). Sum of RGB (Red+Green+Blue) = 82+91+141=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #525B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B8D is #ADA472. Grayscale: #5D5D5D. Windows color (decimal): -11379827 or 9263954. OLE color: 9263954.
HSL color Cylindrical-coordinate representation of color #525B8D: hue angle of 230.85º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525B8D is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 91 | 141 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.45 |
| HSL | 230.85º | 0.26% | 0.44% | - |
| HSV(B) | 230.85º | 0.42% | 0.55% | - |
| XYZ | 12.03 | 11.2 | 26.73 | - |
| YUV | 94.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 141 | 0.42 | 0.35 | 0 | 0.45 | 230.85 | 0.26 | 0.44 |
| Hex | 52 | 5B | 8D | 2A | 23 | 0 | 2D | E7 | 1A | 2C |
| Octal | 122 | 133 | 215 | 52 | 43 | 0 | 55 | 347 | 32 | 54 |
| Binary | 1010010 | 1011011 | 10001101 | 101010 | 100011 | 0 | 101101 | 11100111 | 11010 | 101100 |
Color Harmonies of #525B8D
Complementary color
Monochromatic Colors of #525B8D
Black with #525B8D
Text Example
Text Example
White with #525B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B8D; }
p { color: rgb(82,91,141); }
H1.HeaderClassName
{
color: #525B8D;
}
.AnyTagClassName
{
color: #525B8D;
}
</style>
background-color css
<style>
a { background-color: #525B8D; }
a { background-color: rgb(82,91,141); }
div.DivClassName
{
background-color: #525B8D;
}
.BgClassName
{
background-color: #525B8D;
}
</style>
border-color css
<style>
span { border-color: #525B8D; }
span { border-color: rgb(82,91,141); }
td.TdClassName
{
border-color: #525B8D;
}
.TagClassName
{
border-color: #525B8D;
}
</style>