Shades of Governor Bay #5551A2
Tints of Governor Bay #5551A2
RGB
CMYK
RGB Variations
Color information
#5551A2 (or 0x5551A2) is known color: Governor Bay. HEX triplet: 55, 51 and A2. RGB value is (85,81,162). Sum of RGB (Red+Green+Blue) = 85+81+162=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #5551A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5551A2 is #AAAE5D. Grayscale: #5B5B5B. Windows color (decimal): -11185758 or 10637653. OLE color: 10637653.
HSL color Cylindrical-coordinate representation of color #5551A2: hue angle of 242.96º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5551A2 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 81 | 162 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.36 |
| HSL | 242.96º | 0.33% | 0.48% | - |
| HSV(B) | 242.96º | 0.5% | 0.64% | - |
| XYZ | 13.21 | 10.42 | 35.5 | - |
| YUV | 91.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 162 | 0.48 | 0.50 | 0 | 0.36 | 242.96 | 0.33 | 0.48 |
| Hex | 55 | 51 | A2 | 30 | 32 | 0 | 24 | F3 | 21 | 30 |
| Octal | 125 | 121 | 242 | 60 | 62 | 0 | 44 | 363 | 41 | 60 |
| Binary | 1010101 | 1010001 | 10100010 | 110000 | 110010 | 0 | 100100 | 11110011 | 100001 | 110000 |
Color Harmonies of #5551A2
Complementary color
Monochromatic Colors of #5551A2
Black with #5551A2
Text Example
Text Example
White with #5551A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551A2; }
p { color: rgb(85,81,162); }
H1.HeaderClassName
{
color: #5551A2;
}
.AnyTagClassName
{
color: #5551A2;
}
</style>
background-color css
<style>
a { background-color: #5551A2; }
a { background-color: rgb(85,81,162); }
div.DivClassName
{
background-color: #5551A2;
}
.BgClassName
{
background-color: #5551A2;
}
</style>
border-color css
<style>
span { border-color: #5551A2; }
span { border-color: rgb(85,81,162); }
td.TdClassName
{
border-color: #5551A2;
}
.TagClassName
{
border-color: #5551A2;
}
</style>