Shades of Governor Bay #525E8F
Tints of Governor Bay #525E8F
RGB
CMYK
RGB Variations
Color information
#525E8F (or 0x525E8F) is known color: Governor Bay. HEX triplet: 52, 5E and 8F. RGB value is (82,94,143). Sum of RGB (Red+Green+Blue) = 82+94+143=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #525E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E8F is #ADA170. Grayscale: #5F5F5F. Windows color (decimal): -11379057 or 9395794. OLE color: 9395794.
HSL color Cylindrical-coordinate representation of color #525E8F: hue angle of 228.2º 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 #525E8F is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 94 | 143 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.44 |
| HSL | 228.2º | 0.27% | 0.44% | - |
| HSV(B) | 228.2º | 0.43% | 0.56% | - |
| XYZ | 12.44 | 11.78 | 27.61 | - |
| YUV | 96 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 143 | 0.43 | 0.34 | 0 | 0.44 | 228.2 | 0.27 | 0.44 |
| Hex | 52 | 5E | 8F | 2B | 22 | 0 | 2C | E4 | 1B | 2C |
| Octal | 122 | 136 | 217 | 53 | 42 | 0 | 54 | 344 | 33 | 54 |
| Binary | 1010010 | 1011110 | 10001111 | 101011 | 100010 | 0 | 101100 | 11100100 | 11011 | 101100 |
Color Harmonies of #525E8F
Complementary color
Monochromatic Colors of #525E8F
Black with #525E8F
Text Example
Text Example
White with #525E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E8F; }
p { color: rgb(82,94,143); }
H1.HeaderClassName
{
color: #525E8F;
}
.AnyTagClassName
{
color: #525E8F;
}
</style>
background-color css
<style>
a { background-color: #525E8F; }
a { background-color: rgb(82,94,143); }
div.DivClassName
{
background-color: #525E8F;
}
.BgClassName
{
background-color: #525E8F;
}
</style>
border-color css
<style>
span { border-color: #525E8F; }
span { border-color: rgb(82,94,143); }
td.TdClassName
{
border-color: #525E8F;
}
.TagClassName
{
border-color: #525E8F;
}
</style>