Shades of Governor Bay #5351A4
Tints of Governor Bay #5351A4
RGB
CMYK
RGB Variations
Color information
#5351A4 (or 0x5351A4) is known color: Governor Bay. HEX triplet: 53, 51 and A4. RGB value is (83,81,164). Sum of RGB (Red+Green+Blue) = 83+81+164=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #5351A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5351A4 is #ACAE5B. Grayscale: #5A5A5A. Windows color (decimal): -11316828 or 10768723. OLE color: 10768723.
HSL color Cylindrical-coordinate representation of color #5351A4: hue angle of 241.45º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5351A4 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 81 | 164 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.36 |
| HSL | 241.45º | 0.34% | 0.48% | - |
| HSV(B) | 241.45º | 0.51% | 0.64% | - |
| XYZ | 13.21 | 10.4 | 36.43 | - |
| YUV | 91.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 164 | 0.49 | 0.51 | 0 | 0.36 | 241.45 | 0.34 | 0.48 |
| Hex | 53 | 51 | A4 | 31 | 33 | 0 | 24 | F1 | 22 | 30 |
| Octal | 123 | 121 | 244 | 61 | 63 | 0 | 44 | 361 | 42 | 60 |
| Binary | 1010011 | 1010001 | 10100100 | 110001 | 110011 | 0 | 100100 | 11110001 | 100010 | 110000 |
Color Harmonies of #5351A4
Complementary color
Monochromatic Colors of #5351A4
Black with #5351A4
Text Example
Text Example
White with #5351A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5351A4; }
p { color: rgb(83,81,164); }
H1.HeaderClassName
{
color: #5351A4;
}
.AnyTagClassName
{
color: #5351A4;
}
</style>
background-color css
<style>
a { background-color: #5351A4; }
a { background-color: rgb(83,81,164); }
div.DivClassName
{
background-color: #5351A4;
}
.BgClassName
{
background-color: #5351A4;
}
</style>
border-color css
<style>
span { border-color: #5351A4; }
span { border-color: rgb(83,81,164); }
td.TdClassName
{
border-color: #5351A4;
}
.TagClassName
{
border-color: #5351A4;
}
</style>