#5E6191

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

Shades of Governor Bay #5E6191

Tints of Governor Bay #5E6191

Color information

#5E6191 (or 0x5E6191) is unknown color: approx Governor Bay. HEX triplet: 5E, 61 and 91. RGB value is (94,97,145). Sum of RGB (Red+Green+Blue) = 94+97+145=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6191 is #A19E6E. Grayscale: #656565. Windows color (decimal): -10591855 or 9527646. OLE color: 9527646.

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

Color convert

RGB9497145-
CMYK0.350.3300.43
HSL236.47º21.34%46.86%-
HSV(B)236.47º35.17%56.86%-
XYZ1412.9728.55-
YUV101.58152.51122.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=27.98%
G=28.87%
B=43.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94971450.350.3300.43236.4721.3446.86
Hex5E6191232102Bec152f
Octal13614122143410533542557
Binary101111011000011001000110001110000101010111110110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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