Html Css Color HEX #5E639B Governor Bay

📋 copy color: '#5E639B'

red 94 ◦ green 99 ◦ blue 155

#5E639B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #5E639B

Tints of Governor Bay #5E639B

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 value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E639B (or 0x5E639B) is known color: 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

RGB 94 99 155 -
CMYK 0.39 0.36 0 0.39
HSL 235.08º 0.24% 0.49% -
HSV(B) 235.08º 0.39% 0.61% -
XYZ 14.99 13.67 32.86 -
YUV 103.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 94 99 155 0.39 0.36 0 0.39 235.08 0.24 0.49
Hex 5E 63 9B 27 24 0 27 EB 18 31
Octal 136 143 233 47 44 0 47 353 30 61
Binary 1011110 1100011 10011011 100111 100100 0 100111 11101011 11000 110001

Color Harmonies of #5E639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E639B

Black with #5E639B

Text Example


Text Example

White with #5E639B

Text Example


Text Example

HTML Codes & Css Web 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>