Shades of Governor Bay #525D8B
Tints of Governor Bay #525D8B
RGB
CMYK
RGB Variations
Color information
#525D8B (or 0x525D8B) is known color: Governor Bay. HEX triplet: 52, 5D and 8B. RGB value is (82,93,139). Sum of RGB (Red+Green+Blue) = 82+93+139=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #525D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D8B is #ADA274. Grayscale: #5E5E5E. Windows color (decimal): -11379317 or 9133394. OLE color: 9133394.
HSL color Cylindrical-coordinate representation of color #525D8B: hue angle of 228.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #525D8B is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 93 | 139 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.45 |
| HSL | 228.42º | 0.26% | 0.43% | - |
| HSV(B) | 228.42º | 0.41% | 0.55% | - |
| XYZ | 12.05 | 11.49 | 26.01 | - |
| YUV | 94.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 139 | 0.41 | 0.33 | 0 | 0.45 | 228.42 | 0.26 | 0.43 |
| Hex | 52 | 5D | 8B | 29 | 21 | 0 | 2D | E4 | 1A | 2B |
| Octal | 122 | 135 | 213 | 51 | 41 | 0 | 55 | 344 | 32 | 53 |
| Binary | 1010010 | 1011101 | 10001011 | 101001 | 100001 | 0 | 101101 | 11100100 | 11010 | 101011 |
Color Harmonies of #525D8B
Complementary color
Monochromatic Colors of #525D8B
Black with #525D8B
Text Example
Text Example
White with #525D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D8B; }
p { color: rgb(82,93,139); }
H1.HeaderClassName
{
color: #525D8B;
}
.AnyTagClassName
{
color: #525D8B;
}
</style>
background-color css
<style>
a { background-color: #525D8B; }
a { background-color: rgb(82,93,139); }
div.DivClassName
{
background-color: #525D8B;
}
.BgClassName
{
background-color: #525D8B;
}
</style>
border-color css
<style>
span { border-color: #525D8B; }
span { border-color: rgb(82,93,139); }
td.TdClassName
{
border-color: #525D8B;
}
.TagClassName
{
border-color: #525D8B;
}
</style>