Shades of Governor Bay #5D5F92
Tints of Governor Bay #5D5F92
RGB
CMYK
RGB Variations
Color information
#5D5F92 (or 0x5D5F92) is known color: Governor Bay. HEX triplet: 5D, 5F and 92. RGB value is (93,95,146). Sum of RGB (Red+Green+Blue) = 93+95+146=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D5F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5F92 is #A2A06D. Grayscale: #646464. Windows color (decimal): -10657902 or 9592669. OLE color: 9592669.
HSL color Cylindrical-coordinate representation of color #5D5F92: hue angle of 237.74º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D5F92 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 95 | 146 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.43 |
| HSL | 237.74º | 0.22% | 0.47% | - |
| HSV(B) | 237.74º | 0.36% | 0.57% | - |
| XYZ | 13.79 | 12.59 | 28.9 | - |
| YUV | 100.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 146 | 0.36 | 0.35 | 0 | 0.43 | 237.74 | 0.22 | 0.47 |
| Hex | 5D | 5F | 92 | 24 | 23 | 0 | 2B | EE | 16 | 2F |
| Octal | 135 | 137 | 222 | 44 | 43 | 0 | 53 | 356 | 26 | 57 |
| Binary | 1011101 | 1011111 | 10010010 | 100100 | 100011 | 0 | 101011 | 11101110 | 10110 | 101111 |
Color Harmonies of #5D5F92
Complementary color
Monochromatic Colors of #5D5F92
Black with #5D5F92
Text Example
Text Example
White with #5D5F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5F92; }
p { color: rgb(93,95,146); }
H1.HeaderClassName
{
color: #5D5F92;
}
.AnyTagClassName
{
color: #5D5F92;
}
</style>
background-color css
<style>
a { background-color: #5D5F92; }
a { background-color: rgb(93,95,146); }
div.DivClassName
{
background-color: #5D5F92;
}
.BgClassName
{
background-color: #5D5F92;
}
</style>
border-color css
<style>
span { border-color: #5D5F92; }
span { border-color: rgb(93,95,146); }
td.TdClassName
{
border-color: #5D5F92;
}
.TagClassName
{
border-color: #5D5F92;
}
</style>