Shades of Governor Bay #525DA0
Tints of Governor Bay #525DA0
RGB
CMYK
RGB Variations
Color information
#525DA0 (or 0x525DA0) is known color: Governor Bay. HEX triplet: 52, 5D and A0. RGB value is (82,93,160). Sum of RGB (Red+Green+Blue) = 82+93+160=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #525DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DA0 is #ADA25F. Grayscale: #616161. Windows color (decimal): -11379296 or 10509650. OLE color: 10509650.
HSL color Cylindrical-coordinate representation of color #525DA0: hue angle of 231.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #525DA0 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 93 | 160 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.37 |
| HSL | 231.54º | 0.32% | 0.47% | - |
| HSV(B) | 231.54º | 0.49% | 0.63% | - |
| XYZ | 13.74 | 12.16 | 34.88 | - |
| YUV | 97.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 160 | 0.49 | 0.42 | 0 | 0.37 | 231.54 | 0.32 | 0.47 |
| Hex | 52 | 5D | A0 | 31 | 2A | 0 | 25 | E8 | 20 | 2F |
| Octal | 122 | 135 | 240 | 61 | 52 | 0 | 45 | 350 | 40 | 57 |
| Binary | 1010010 | 1011101 | 10100000 | 110001 | 101010 | 0 | 100101 | 11101000 | 100000 | 101111 |
Color Harmonies of #525DA0
Complementary color
Monochromatic Colors of #525DA0
Black with #525DA0
Text Example
Text Example
White with #525DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DA0; }
p { color: rgb(82,93,160); }
H1.HeaderClassName
{
color: #525DA0;
}
.AnyTagClassName
{
color: #525DA0;
}
</style>
background-color css
<style>
a { background-color: #525DA0; }
a { background-color: rgb(82,93,160); }
div.DivClassName
{
background-color: #525DA0;
}
.BgClassName
{
background-color: #525DA0;
}
</style>
border-color css
<style>
span { border-color: #525DA0; }
span { border-color: rgb(82,93,160); }
td.TdClassName
{
border-color: #525DA0;
}
.TagClassName
{
border-color: #525DA0;
}
</style>