Shades of Governor Bay #5D5F93
Tints of Governor Bay #5D5F93
RGB
CMYK
RGB Variations
Color information
#5D5F93 (or 0x5D5F93) is known color: Governor Bay. HEX triplet: 5D, 5F and 93. RGB value is (93,95,147). Sum of RGB (Red+Green+Blue) = 93+95+147=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D5F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5F93 is #A2A06C. Grayscale: #646464. Windows color (decimal): -10657901 or 9658205. OLE color: 9658205.
HSL color Cylindrical-coordinate representation of color #5D5F93: hue angle of 237.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D5F93 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 95 | 147 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.42 |
| HSL | 237.78º | 0.23% | 0.47% | - |
| HSV(B) | 237.78º | 0.37% | 0.58% | - |
| XYZ | 13.87 | 12.62 | 29.31 | - |
| YUV | 100.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 147 | 0.37 | 0.35 | 0 | 0.42 | 237.78 | 0.23 | 0.47 |
| Hex | 5D | 5F | 93 | 25 | 23 | 0 | 2A | EE | 16 | 2F |
| Octal | 135 | 137 | 223 | 45 | 43 | 0 | 52 | 356 | 26 | 57 |
| Binary | 1011101 | 1011111 | 10010011 | 100101 | 100011 | 0 | 101010 | 11101110 | 10110 | 101111 |
Color Harmonies of #5D5F93
Complementary color
Monochromatic Colors of #5D5F93
Black with #5D5F93
Text Example
Text Example
White with #5D5F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5F93; }
p { color: rgb(93,95,147); }
H1.HeaderClassName
{
color: #5D5F93;
}
.AnyTagClassName
{
color: #5D5F93;
}
</style>
background-color css
<style>
a { background-color: #5D5F93; }
a { background-color: rgb(93,95,147); }
div.DivClassName
{
background-color: #5D5F93;
}
.BgClassName
{
background-color: #5D5F93;
}
</style>
border-color css
<style>
span { border-color: #5D5F93; }
span { border-color: rgb(93,95,147); }
td.TdClassName
{
border-color: #5D5F93;
}
.TagClassName
{
border-color: #5D5F93;
}
</style>