#5E6493

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

Shades of Governor Bay #5E6493

Tints of Governor Bay #5E6493

Color information

#5E6493 (or 0x5E6493) is unknown color: approx Governor Bay. HEX triplet: 5E, 64 and 93. RGB value is (94,100,147). Sum of RGB (Red+Green+Blue) = 94+100+147=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6493 is #A19B6C. Grayscale: #676767. Windows color (decimal): -10591085 or 9659486. OLE color: 9659486.

HSL color Cylindrical-coordinate representation of color #5E6493: hue angle of 233.21º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6493 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB94100147-
CMYK0.360.3200.42
HSL233.21º21.99%47.25%-
HSV(B)233.21º36.05%57.65%-
XYZ14.4413.629.47-
YUV103.56152.51121.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=27.57%
G=29.33%
B=43.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941001470.360.3200.42233.2121.9947.25
Hex5E6493242002Ae9162f
Octal13614422344400523512657
Binary101111011001001001001110010010000001010101110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,100,147); }

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

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

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

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

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

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

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