Shades of Governor Bay #525D8D
Tints of Governor Bay #525D8D
RGB
CMYK
RGB Variations
Color information
#525D8D (or 0x525D8D) is known color: Governor Bay. HEX triplet: 52, 5D and 8D. RGB value is (82,93,141). Sum of RGB (Red+Green+Blue) = 82+93+141=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #525D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D8D is #ADA272. Grayscale: #5E5E5E. Windows color (decimal): -11379315 or 9264466. OLE color: 9264466.
HSL color Cylindrical-coordinate representation of color #525D8D: hue angle of 228.81º 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 #525D8D is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 93 | 141 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.45 |
| HSL | 228.81º | 0.26% | 0.44% | - |
| HSV(B) | 228.81º | 0.42% | 0.55% | - |
| XYZ | 12.2 | 11.55 | 26.78 | - |
| YUV | 95.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 141 | 0.42 | 0.34 | 0 | 0.45 | 228.81 | 0.26 | 0.44 |
| Hex | 52 | 5D | 8D | 2A | 22 | 0 | 2D | E5 | 1A | 2C |
| Octal | 122 | 135 | 215 | 52 | 42 | 0 | 55 | 345 | 32 | 54 |
| Binary | 1010010 | 1011101 | 10001101 | 101010 | 100010 | 0 | 101101 | 11100101 | 11010 | 101100 |
Color Harmonies of #525D8D
Complementary color
Monochromatic Colors of #525D8D
Black with #525D8D
Text Example
Text Example
White with #525D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D8D; }
p { color: rgb(82,93,141); }
H1.HeaderClassName
{
color: #525D8D;
}
.AnyTagClassName
{
color: #525D8D;
}
</style>
background-color css
<style>
a { background-color: #525D8D; }
a { background-color: rgb(82,93,141); }
div.DivClassName
{
background-color: #525D8D;
}
.BgClassName
{
background-color: #525D8D;
}
</style>
border-color css
<style>
span { border-color: #525D8D; }
span { border-color: rgb(82,93,141); }
td.TdClassName
{
border-color: #525D8D;
}
.TagClassName
{
border-color: #525D8D;
}
</style>