Shades of Governor Bay #5F628C
Tints of Governor Bay #5F628C
RGB
CMYK
RGB Variations
Color information
#5F628C (or 0x5F628C) is known color: Governor Bay. HEX triplet: 5F, 62 and 8C. RGB value is (95,98,140). Sum of RGB (Red+Green+Blue) = 95+98+140=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F628C is #A09D73. Grayscale: #656565. Windows color (decimal): -10526068 or 9200223. OLE color: 9200223.
HSL color Cylindrical-coordinate representation of color #5F628C: hue angle of 236º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F628C is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 98 | 140 | - |
| CMYK | 0.32 | 0.3 | 0 | 0.45 |
| HSL | 236º | 0.19% | 0.46% | - |
| HSV(B) | 236º | 0.32% | 0.55% | - |
| XYZ | 13.82 | 13.06 | 26.6 | - |
| YUV | 101.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 140 | 0.32 | 0.3 | 0 | 0.45 | 236 | 0.19 | 0.46 |
| Hex | 5F | 62 | 8C | 20 | 1E | 0 | 2D | EC | 13 | 2E |
| Octal | 137 | 142 | 214 | 40 | 36 | 0 | 55 | 354 | 23 | 56 |
| Binary | 1011111 | 1100010 | 10001100 | 100000 | 11110 | 0 | 101101 | 11101100 | 10011 | 101110 |
Color Harmonies of #5F628C
Complementary color
Monochromatic Colors of #5F628C
Black with #5F628C
Text Example
Text Example
White with #5F628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F628C; }
p { color: rgb(95,98,140); }
H1.HeaderClassName
{
color: #5F628C;
}
.AnyTagClassName
{
color: #5F628C;
}
</style>
background-color css
<style>
a { background-color: #5F628C; }
a { background-color: rgb(95,98,140); }
div.DivClassName
{
background-color: #5F628C;
}
.BgClassName
{
background-color: #5F628C;
}
</style>
border-color css
<style>
span { border-color: #5F628C; }
span { border-color: rgb(95,98,140); }
td.TdClassName
{
border-color: #5F628C;
}
.TagClassName
{
border-color: #5F628C;
}
</style>