Shades of Governor Bay #525883
Tints of Governor Bay #525883
RGB
CMYK
RGB Variations
Color information
#525883 (or 0x525883) is known color: Governor Bay. HEX triplet: 52, 58 and 83. RGB value is (82,88,131). Sum of RGB (Red+Green+Blue) = 82+88+131=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #525883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525883 is #ADA77C. Grayscale: #5A5A5A. Windows color (decimal): -11380605 or 8607826. OLE color: 8607826.
HSL color Cylindrical-coordinate representation of color #525883: hue angle of 232.65º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525883 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 88 | 131 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.49 |
| HSL | 232.65º | 0.23% | 0.42% | - |
| HSV(B) | 232.65º | 0.37% | 0.51% | - |
| XYZ | 11.07 | 10.41 | 22.9 | - |
| YUV | 91.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 131 | 0.37 | 0.33 | 0 | 0.49 | 232.65 | 0.23 | 0.42 |
| Hex | 52 | 58 | 83 | 25 | 21 | 0 | 31 | E9 | 17 | 2A |
| Octal | 122 | 130 | 203 | 45 | 41 | 0 | 61 | 351 | 27 | 52 |
| Binary | 1010010 | 1011000 | 10000011 | 100101 | 100001 | 0 | 110001 | 11101001 | 10111 | 101010 |
Color Harmonies of #525883
Complementary color
Monochromatic Colors of #525883
Black with #525883
Text Example
Text Example
White with #525883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525883; }
p { color: rgb(82,88,131); }
H1.HeaderClassName
{
color: #525883;
}
.AnyTagClassName
{
color: #525883;
}
</style>
background-color css
<style>
a { background-color: #525883; }
a { background-color: rgb(82,88,131); }
div.DivClassName
{
background-color: #525883;
}
.BgClassName
{
background-color: #525883;
}
</style>
border-color css
<style>
span { border-color: #525883; }
span { border-color: rgb(82,88,131); }
td.TdClassName
{
border-color: #525883;
}
.TagClassName
{
border-color: #525883;
}
</style>