#5E5F91

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

Shades of Governor Bay #5E5F91

Tints of Governor Bay #5E5F91

Color information

#5E5F91 (or 0x5E5F91) is unknown color: approx Governor Bay. HEX triplet: 5E, 5F and 91. RGB value is (94,95,145). Sum of RGB (Red+Green+Blue) = 94+95+145=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E5F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5F91 is #A1A06E. Grayscale: #646464. Windows color (decimal): -10592367 or 9527134. OLE color: 9527134.

HSL color Cylindrical-coordinate representation of color #5E5F91: hue angle of 238.82º 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 #5E5F91 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9495145-
CMYK0.350.3400.43
HSL238.82º21.34%46.86%-
HSV(B)238.82º35.17%56.86%-
XYZ13.8212.6128.49-
YUV100.4153.17123.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=28.14%
G=28.44%
B=43.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94951450.350.3400.43238.8221.3446.86
Hex5E5F91232202Bef152f
Octal13613722143420533572557
Binary101111010111111001000110001110001001010111110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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