Shades of Governor Bay #52499D
Tints of Governor Bay #52499D
RGB
CMYK
RGB Variations
Color information
#52499D (or 0x52499D) is known color: Governor Bay. HEX triplet: 52, 49 and 9D. RGB value is (82,73,157). Sum of RGB (Red+Green+Blue) = 82+73+157=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #52499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52499D is #ADB662. Grayscale: #545454. Windows color (decimal): -11384419 or 10307922. OLE color: 10307922.
HSL color Cylindrical-coordinate representation of color #52499D: hue angle of 246.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52499D is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 82 | 73 | 157 | - |
CMYK | 0.48 | 0.54 | 0 | 0.38 |
HSL | 246.43º | 0.37% | 0.45% | - |
HSV(B) | 246.43º | 0.54% | 0.62% | - |
XYZ | 11.95 | 8.99 | 33 | - |
YUV | 85.27 | 168.48 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 73 | 157 | 0.48 | 0.54 | 0 | 0.38 | 246.43 | 0.37 | 0.45 |
Hex | 52 | 49 | 9D | 30 | 36 | 0 | 26 | F6 | 25 | 2D |
Octal | 122 | 111 | 235 | 60 | 66 | 0 | 46 | 366 | 45 | 55 |
Binary | 1010010 | 1001001 | 10011101 | 110000 | 110110 | 0 | 100110 | 11110110 | 100101 | 101101 |
Color Harmonies of #52499D
Complementary color
Monochromatic Colors of #52499D
Black with #52499D
Text Example
Text Example
White with #52499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52499D; }
p { color: rgb(82,73,157); }
H1.HeaderClassName
{
color: #52499D;
}
.AnyTagClassName
{
color: #52499D;
}
</style>
background-color css
<style>
a { background-color: #52499D; }
a { background-color: rgb(82,73,157); }
div.DivClassName
{
background-color: #52499D;
}
.BgClassName
{
background-color: #52499D;
}
</style>
border-color css
<style>
span { border-color: #52499D; }
span { border-color: rgb(82,73,157); }
td.TdClassName
{
border-color: #52499D;
}
.TagClassName
{
border-color: #52499D;
}
</style>