Shades of Governor Bay #525C8E
Tints of Governor Bay #525C8E
RGB
CMYK
RGB Variations
Color information
#525C8E (or 0x525C8E) is known color: Governor Bay. HEX triplet: 52, 5C and 8E. RGB value is (82,92,142). Sum of RGB (Red+Green+Blue) = 82+92+142=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #525C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C8E is #ADA371. Grayscale: #5E5E5E. Windows color (decimal): -11379570 or 9329746. OLE color: 9329746.
HSL color Cylindrical-coordinate representation of color #525C8E: hue angle of 230º 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 #525C8E is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 92 | 142 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.44 |
| HSL | 230º | 0.27% | 0.44% | - |
| HSV(B) | 230º | 0.42% | 0.56% | - |
| XYZ | 12.19 | 11.4 | 27.15 | - |
| YUV | 94.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 142 | 0.42 | 0.35 | 0 | 0.44 | 230 | 0.27 | 0.44 |
| Hex | 52 | 5C | 8E | 2A | 23 | 0 | 2C | E6 | 1B | 2C |
| Octal | 122 | 134 | 216 | 52 | 43 | 0 | 54 | 346 | 33 | 54 |
| Binary | 1010010 | 1011100 | 10001110 | 101010 | 100011 | 0 | 101100 | 11100110 | 11011 | 101100 |
Color Harmonies of #525C8E
Complementary color
Monochromatic Colors of #525C8E
Black with #525C8E
Text Example
Text Example
White with #525C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C8E; }
p { color: rgb(82,92,142); }
H1.HeaderClassName
{
color: #525C8E;
}
.AnyTagClassName
{
color: #525C8E;
}
</style>
background-color css
<style>
a { background-color: #525C8E; }
a { background-color: rgb(82,92,142); }
div.DivClassName
{
background-color: #525C8E;
}
.BgClassName
{
background-color: #525C8E;
}
</style>
border-color css
<style>
span { border-color: #525C8E; }
span { border-color: rgb(82,92,142); }
td.TdClassName
{
border-color: #525C8E;
}
.TagClassName
{
border-color: #525C8E;
}
</style>