Shades of Governor Bay #555FA1
Tints of Governor Bay #555FA1
RGB
CMYK
RGB Variations
Color information
#555FA1 (or 0x555FA1) is known color: Governor Bay. HEX triplet: 55, 5F and A1. RGB value is (85,95,161). Sum of RGB (Red+Green+Blue) = 85+95+161=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #555FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FA1 is #AAA05E. Grayscale: #636363. Windows color (decimal): -11182175 or 10575701. OLE color: 10575701.
HSL color Cylindrical-coordinate representation of color #555FA1: hue angle of 232.11º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555FA1 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 95 | 161 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.37 |
| HSL | 232.11º | 0.31% | 0.48% | - |
| HSV(B) | 232.11º | 0.47% | 0.63% | - |
| XYZ | 14.27 | 12.69 | 35.42 | - |
| YUV | 99.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 161 | 0.47 | 0.41 | 0 | 0.37 | 232.11 | 0.31 | 0.48 |
| Hex | 55 | 5F | A1 | 2F | 29 | 0 | 25 | E8 | 1F | 30 |
| Octal | 125 | 137 | 241 | 57 | 51 | 0 | 45 | 350 | 37 | 60 |
| Binary | 1010101 | 1011111 | 10100001 | 101111 | 101001 | 0 | 100101 | 11101000 | 11111 | 110000 |
Color Harmonies of #555FA1
Complementary color
Monochromatic Colors of #555FA1
Black with #555FA1
Text Example
Text Example
White with #555FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FA1; }
p { color: rgb(85,95,161); }
H1.HeaderClassName
{
color: #555FA1;
}
.AnyTagClassName
{
color: #555FA1;
}
</style>
background-color css
<style>
a { background-color: #555FA1; }
a { background-color: rgb(85,95,161); }
div.DivClassName
{
background-color: #555FA1;
}
.BgClassName
{
background-color: #555FA1;
}
</style>
border-color css
<style>
span { border-color: #555FA1; }
span { border-color: rgb(85,95,161); }
td.TdClassName
{
border-color: #555FA1;
}
.TagClassName
{
border-color: #555FA1;
}
</style>