#5E639B

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

Shades of Governor Bay #5E639B

Tints of Governor Bay #5E639B

Color information

#5E639B (or 0x5E639B) is unknown color: approx Governor Bay. HEX triplet: 5E, 63 and 9B. RGB value is (94,99,155). Sum of RGB (Red+Green+Blue) = 94+99+155=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E639B is #A19C64. Grayscale: #676767. Windows color (decimal): -10591333 or 10183518. OLE color: 10183518.

HSL color Cylindrical-coordinate representation of color #5E639B: hue angle of 235.08º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E639B is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9499155-
CMYK0.390.3600.39
HSL235.08º24.5%48.82%-
HSV(B)235.08º39.35%60.78%-
XYZ14.9913.6732.86-
YUV103.89156.84120.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=27.01%
G=28.45%
B=44.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94991550.390.3600.39235.0824.548.82
Hex5E639B2724027eb1831
Octal13614323347440473533061
Binary101111011000111001101110011110010001001111110101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,155); }

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

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

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

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

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

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

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