Shades of Governor Bay #5C629C
Tints of Governor Bay #5C629C
RGB
CMYK
RGB Variations
Color information
#5C629C (or 0x5C629C) is known color: Governor Bay. HEX triplet: 5C, 62 and 9C. RGB value is (92,98,156). Sum of RGB (Red+Green+Blue) = 92+98+156=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C629C is #A39D63. Grayscale: #666666. Windows color (decimal): -10722660 or 10248796. OLE color: 10248796.
HSL color Cylindrical-coordinate representation of color #5C629C: hue angle of 234.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C629C is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 98 | 156 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.39 |
| HSL | 234.38º | 0.26% | 0.49% | - |
| HSV(B) | 234.38º | 0.41% | 0.61% | - |
| XYZ | 14.78 | 13.41 | 33.26 | - |
| YUV | 102.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 156 | 0.41 | 0.37 | 0 | 0.39 | 234.38 | 0.26 | 0.49 |
| Hex | 5C | 62 | 9C | 29 | 25 | 0 | 27 | EA | 1A | 31 |
| Octal | 134 | 142 | 234 | 51 | 45 | 0 | 47 | 352 | 32 | 61 |
| Binary | 1011100 | 1100010 | 10011100 | 101001 | 100101 | 0 | 100111 | 11101010 | 11010 | 110001 |
Color Harmonies of #5C629C
Complementary color
Monochromatic Colors of #5C629C
Black with #5C629C
Text Example
Text Example
White with #5C629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C629C; }
p { color: rgb(92,98,156); }
H1.HeaderClassName
{
color: #5C629C;
}
.AnyTagClassName
{
color: #5C629C;
}
</style>
background-color css
<style>
a { background-color: #5C629C; }
a { background-color: rgb(92,98,156); }
div.DivClassName
{
background-color: #5C629C;
}
.BgClassName
{
background-color: #5C629C;
}
</style>
border-color css
<style>
span { border-color: #5C629C; }
span { border-color: rgb(92,98,156); }
td.TdClassName
{
border-color: #5C629C;
}
.TagClassName
{
border-color: #5C629C;
}
</style>