Shades of Governor Bay #555F8C
Tints of Governor Bay #555F8C
RGB
CMYK
RGB Variations
Color information
#555F8C (or 0x555F8C) is known color: Governor Bay. HEX triplet: 55, 5F and 8C. RGB value is (85,95,140). Sum of RGB (Red+Green+Blue) = 85+95+140=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #555F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F8C is #AAA073. Grayscale: #606060. Windows color (decimal): -11182196 or 9199445. OLE color: 9199445.
HSL color Cylindrical-coordinate representation of color #555F8C: hue angle of 229.09º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555F8C is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 95 | 140 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.45 |
| HSL | 229.09º | 0.24% | 0.44% | - |
| HSV(B) | 229.09º | 0.39% | 0.55% | - |
| XYZ | 12.57 | 12.01 | 26.47 | - |
| YUV | 97.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 140 | 0.39 | 0.32 | 0 | 0.45 | 229.09 | 0.24 | 0.44 |
| Hex | 55 | 5F | 8C | 27 | 20 | 0 | 2D | E5 | 18 | 2C |
| Octal | 125 | 137 | 214 | 47 | 40 | 0 | 55 | 345 | 30 | 54 |
| Binary | 1010101 | 1011111 | 10001100 | 100111 | 100000 | 0 | 101101 | 11100101 | 11000 | 101100 |
Color Harmonies of #555F8C
Complementary color
Monochromatic Colors of #555F8C
Black with #555F8C
Text Example
Text Example
White with #555F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F8C; }
p { color: rgb(85,95,140); }
H1.HeaderClassName
{
color: #555F8C;
}
.AnyTagClassName
{
color: #555F8C;
}
</style>
background-color css
<style>
a { background-color: #555F8C; }
a { background-color: rgb(85,95,140); }
div.DivClassName
{
background-color: #555F8C;
}
.BgClassName
{
background-color: #555F8C;
}
</style>
border-color css
<style>
span { border-color: #555F8C; }
span { border-color: rgb(85,95,140); }
td.TdClassName
{
border-color: #555F8C;
}
.TagClassName
{
border-color: #555F8C;
}
</style>