#5e5e91

Color #5E5E91 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5E5E91

Tints of Governor Bay #5E5E91

Color information

#5E5E91 (or 0x5E5E91) is unknown color: approx Governor Bay. HEX triplet: 5E, 5E and 91. RGB value is (94,94,145). Sum of RGB (Red+Green+Blue) = 94+94+145=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E5E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5E91 is #A1A16E. Grayscale: #636363. Windows color (decimal): -10592623 or 9526878. OLE color: 9526878.

HSL color Cylindrical-coordinate representation of color #5E5E91: hue angle of 240º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E5E91 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9494145-
CMYK0.350.3500.43
HSL240º21.34%46.86%-
HSV(B)240º35.17%56.86%-
XYZ13.7312.4328.46-
YUV99.81153.5123.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=28.23%
G=28.23%
B=43.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94941450.350.3500.4324021.3446.86
Hex5E5E91232302Bf0152f
Octal13613622143430533602557
Binary101111010111101001000110001110001101010111111000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5e91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e5e91; }

 p { color: rgb(94,94,145); }

 H1.HeaderClassName
 {
   color: #5e5e91;
 }
 .AnyTagClassName
 {
   color: #5e5e91;
 }
</style>
background-color css

<style>
 a { background-color: #5e5e91; }

 a { background-color: rgb(94,94,145); }

 div.DivClassName
 {
   background-color: #5e5e91;
 }
 .BgClassName
 {
   background-color: #5e5e91;
 }
</style>
border-color css

<style>
 span { border-color: #5e5e91; }

 span { border-color: rgb(94,94,145); }

 td.TdClassName
 {
   border-color: #5e5e91;
 }
 .TagClassName
 {
   border-color: #5e5e91;
 }
</style>