Shades of Governor Bay #5C629A
Tints of Governor Bay #5C629A
RGB
CMYK
RGB Variations
Color information
#5C629A (or 0x5C629A) is known color: Governor Bay. HEX triplet: 5C, 62 and 9A. RGB value is (92,98,154). Sum of RGB (Red+Green+Blue) = 92+98+154=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C629A is #A39D65. Grayscale: #666666. Windows color (decimal): -10722662 or 10117724. OLE color: 10117724.
HSL color Cylindrical-coordinate representation of color #5C629A: hue angle of 234.19º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C629A is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 98 | 154 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.40 |
| HSL | 234.19º | 0.25% | 0.48% | - |
| HSV(B) | 234.19º | 0.4% | 0.6% | - |
| XYZ | 14.61 | 13.34 | 32.38 | - |
| YUV | 102.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 154 | 0.40 | 0.36 | 0 | 0.40 | 234.19 | 0.25 | 0.48 |
| Hex | 5C | 62 | 9A | 28 | 24 | 0 | 28 | EA | 19 | 30 |
| Octal | 134 | 142 | 232 | 50 | 44 | 0 | 50 | 352 | 31 | 60 |
| Binary | 1011100 | 1100010 | 10011010 | 101000 | 100100 | 0 | 101000 | 11101010 | 11001 | 110000 |
Color Harmonies of #5C629A
Complementary color
Monochromatic Colors of #5C629A
Black with #5C629A
Text Example
Text Example
White with #5C629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C629A; }
p { color: rgb(92,98,154); }
H1.HeaderClassName
{
color: #5C629A;
}
.AnyTagClassName
{
color: #5C629A;
}
</style>
background-color css
<style>
a { background-color: #5C629A; }
a { background-color: rgb(92,98,154); }
div.DivClassName
{
background-color: #5C629A;
}
.BgClassName
{
background-color: #5C629A;
}
</style>
border-color css
<style>
span { border-color: #5C629A; }
span { border-color: rgb(92,98,154); }
td.TdClassName
{
border-color: #5C629A;
}
.TagClassName
{
border-color: #5C629A;
}
</style>