Shades of Governor Bay #525A8C
Tints of Governor Bay #525A8C
RGB
CMYK
RGB Variations
Color information
#525A8C (or 0x525A8C) is known color: Governor Bay. HEX triplet: 52, 5A and 8C. RGB value is (82,90,140). Sum of RGB (Red+Green+Blue) = 82+90+140=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #525A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A8C is #ADA573. Grayscale: #5D5D5D. Windows color (decimal): -11380084 or 9198162. OLE color: 9198162.
HSL color Cylindrical-coordinate representation of color #525A8C: hue angle of 231.72º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #525A8C is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 90 | 140 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.45 |
| HSL | 231.72º | 0.26% | 0.44% | - |
| HSV(B) | 231.72º | 0.41% | 0.55% | - |
| XYZ | 11.87 | 11 | 26.31 | - |
| YUV | 93.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 140 | 0.41 | 0.36 | 0 | 0.45 | 231.72 | 0.26 | 0.44 |
| Hex | 52 | 5A | 8C | 29 | 24 | 0 | 2D | E8 | 1A | 2C |
| Octal | 122 | 132 | 214 | 51 | 44 | 0 | 55 | 350 | 32 | 54 |
| Binary | 1010010 | 1011010 | 10001100 | 101001 | 100100 | 0 | 101101 | 11101000 | 11010 | 101100 |
Color Harmonies of #525A8C
Complementary color
Monochromatic Colors of #525A8C
Black with #525A8C
Text Example
Text Example
White with #525A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A8C; }
p { color: rgb(82,90,140); }
H1.HeaderClassName
{
color: #525A8C;
}
.AnyTagClassName
{
color: #525A8C;
}
</style>
background-color css
<style>
a { background-color: #525A8C; }
a { background-color: rgb(82,90,140); }
div.DivClassName
{
background-color: #525A8C;
}
.BgClassName
{
background-color: #525A8C;
}
</style>
border-color css
<style>
span { border-color: #525A8C; }
span { border-color: rgb(82,90,140); }
td.TdClassName
{
border-color: #525A8C;
}
.TagClassName
{
border-color: #525A8C;
}
</style>