Html Css Color HEX #5E6392 Governor Bay

📋 copy color: '#5E6392'

red 94 ◦ green 99 ◦ blue 146

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

Shades of Governor Bay #5E6392

Tints of Governor Bay #5E6392

RGB

 RED value IS 94 (37.11% from 255) = 27.73%

 GREEN value IS 99 (39.06% from 255) = 29.2%

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 27.73%
G = 29.2%
B = 43.07%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E6392 (or 0x5E6392) is known color: Governor Bay. HEX triplet: 5E, 63 and 92. RGB value is (94,99,146). Sum of RGB (Red+Green+Blue) = 94+99+146=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E6392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6392 is #A19C6D. Grayscale: #666666. Windows color (decimal): -10591342 or 9593694. OLE color: 9593694.

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

Color convert

RGB 94 99 146 -
CMYK 0.36 0.32 0 0.43
HSL 234.23º 0.22% 0.47% -
HSV(B) 234.23º 0.36% 0.57% -
XYZ 14.27 13.38 29.02 -
YUV 102.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 94 99 146 0.36 0.32 0 0.43 234.23 0.22 0.47
Hex 5E 63 92 24 20 0 2B EA 16 2F
Octal 136 143 222 44 40 0 53 352 26 57
Binary 1011110 1100011 10010010 100100 100000 0 101011 11101010 10110 101111

Color Harmonies of #5E6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6392

Black with #5E6392

Text Example


Text Example

White with #5E6392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E6392;
 }
 .AnyTagClassName
 {
   color: #5E6392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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