Html Css Color HEX #5E5893 Governor Bay

📋 copy color: '#5E5893'

red 94 ◦ green 88 ◦ blue 147

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

Shades of Governor Bay #5E5893

Tints of Governor Bay #5E5893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 28.57%
G = 26.75%
B = 44.68%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E5893 (or 0x5E5893) is known color: Governor Bay. HEX triplet: 5E, 58 and 93. RGB value is (94,88,147). Sum of RGB (Red+Green+Blue) = 94+88+147=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E5893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5893 is #A1A76C. Grayscale: #606060. Windows color (decimal): -10594157 or 9656414. OLE color: 9656414.

HSL color Cylindrical-coordinate representation of color #5E5893: hue angle of 246.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E5893 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 88 147 -
CMYK 0.36 0.40 0 0.42
HSL 246.1º 0.25% 0.46% -
HSV(B) 246.1º 0.4% 0.58% -
XYZ 13.37 11.47 29.11 -
YUV 96.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 94 88 147 0.36 0.40 0 0.42 246.1 0.25 0.46
Hex 5E 58 93 24 28 0 2A F6 19 2E
Octal 136 130 223 44 50 0 52 366 31 56
Binary 1011110 1011000 10010011 100100 101000 0 101010 11110110 11001 101110

Color Harmonies of #5E5893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5893

Black with #5E5893

Text Example


Text Example

White with #5E5893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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