Shades of Governor Bay #5D5C90
Tints of Governor Bay #5D5C90
RGB
CMYK
RGB Variations
Color information
#5D5C90 (or 0x5D5C90) is known color: Governor Bay. HEX triplet: 5D, 5C and 90. RGB value is (93,92,144). Sum of RGB (Red+Green+Blue) = 93+92+144=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D5C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5C90 is #A2A36F. Grayscale: #626262. Windows color (decimal): -10658672 or 9460829. OLE color: 9460829.
HSL color Cylindrical-coordinate representation of color #5D5C90: hue angle of 241.15º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D5C90 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 92 | 144 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.44 |
| HSL | 241.15º | 0.22% | 0.46% | - |
| HSV(B) | 241.15º | 0.36% | 0.56% | - |
| XYZ | 13.38 | 12 | 28 | - |
| YUV | 98.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 144 | 0.35 | 0.36 | 0 | 0.44 | 241.15 | 0.22 | 0.46 |
| Hex | 5D | 5C | 90 | 23 | 24 | 0 | 2C | F1 | 16 | 2E |
| Octal | 135 | 134 | 220 | 43 | 44 | 0 | 54 | 361 | 26 | 56 |
| Binary | 1011101 | 1011100 | 10010000 | 100011 | 100100 | 0 | 101100 | 11110001 | 10110 | 101110 |
Color Harmonies of #5D5C90
Complementary color
Monochromatic Colors of #5D5C90
Black with #5D5C90
Text Example
Text Example
White with #5D5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C90; }
p { color: rgb(93,92,144); }
H1.HeaderClassName
{
color: #5D5C90;
}
.AnyTagClassName
{
color: #5D5C90;
}
</style>
background-color css
<style>
a { background-color: #5D5C90; }
a { background-color: rgb(93,92,144); }
div.DivClassName
{
background-color: #5D5C90;
}
.BgClassName
{
background-color: #5D5C90;
}
</style>
border-color css
<style>
span { border-color: #5D5C90; }
span { border-color: rgb(93,92,144); }
td.TdClassName
{
border-color: #5D5C90;
}
.TagClassName
{
border-color: #5D5C90;
}
</style>