Shades of Governor Bay #5E6299
Tints of Governor Bay #5E6299
RGB
CMYK
RGB Variations
Color information
#5E6299 (or 0x5E6299) is known color: Governor Bay. HEX triplet: 5E, 62 and 99. RGB value is (94,98,153). Sum of RGB (Red+Green+Blue) = 94+98+153=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E6299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6299 is #A19D66. Grayscale: #666666. Windows color (decimal): -10591591 or 10052190. OLE color: 10052190.
HSL color Cylindrical-coordinate representation of color #5E6299: hue angle of 235.93º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E6299 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 94 | 98 | 153 | - |
CMYK | 0.39 | 0.36 | 0 | 0.4 |
HSL | 235.93º | 0.24% | 0.48% | - |
HSV(B) | 235.93º | 0.39% | 0.6% | - |
XYZ | 14.73 | 13.41 | 31.95 | - |
YUV | 103.07 | 156.17 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 153 | 0.39 | 0.36 | 0 | 0.4 | 235.93 | 0.24 | 0.48 |
Hex | 5E | 62 | 99 | 27 | 24 | 0 | 28 | EC | 18 | 30 |
Octal | 136 | 142 | 231 | 47 | 44 | 0 | 50 | 354 | 30 | 60 |
Binary | 1011110 | 1100010 | 10011001 | 100111 | 100100 | 0 | 101000 | 11101100 | 11000 | 110000 |
Color Harmonies of #5E6299
Complementary color
Monochromatic Colors of #5E6299
Black with #5E6299
Text Example
Text Example
White with #5E6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6299; }
p { color: rgb(94,98,153); }
H1.HeaderClassName
{
color: #5E6299;
}
.AnyTagClassName
{
color: #5E6299;
}
</style>
background-color css
<style>
a { background-color: #5E6299; }
a { background-color: rgb(94,98,153); }
div.DivClassName
{
background-color: #5E6299;
}
.BgClassName
{
background-color: #5E6299;
}
</style>
border-color css
<style>
span { border-color: #5E6299; }
span { border-color: rgb(94,98,153); }
td.TdClassName
{
border-color: #5E6299;
}
.TagClassName
{
border-color: #5E6299;
}
</style>