Html Css Color HEX #504F9E Governor Bay

📋 copy color: '#504F9E'

red 80 ◦ green 79 ◦ blue 158

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

Shades of Governor Bay #504F9E

Tints of Governor Bay #504F9E

RGB

 RED value IS 80 (31.64% from 255) = 25.24%

 GREEN value IS 79 (31.25% from 255) = 24.92%

 BLUE value IS 158 (62.11% from 255) = 49.84%

R = 25.24%
G = 24.92%
B = 49.84%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#504F9E (or 0x504F9E) is known color: Governor Bay. HEX triplet: 50, 4F and 9E. RGB value is (80,79,158). Sum of RGB (Red+Green+Blue) = 80+79+158=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #504F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504F9E is #AFB061. Grayscale: #575757. Windows color (decimal): -11513954 or 10374992. OLE color: 10374992.

HSL color Cylindrical-coordinate representation of color #504F9E: hue angle of 240.76º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504F9E is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 79 158 -
CMYK 0.49 0.50 0 0.38
HSL 240.76º 0.33% 0.46% -
HSV(B) 240.76º 0.5% 0.62% -
XYZ 12.28 9.77 33.59 -
YUV 88.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 80 79 158 0.49 0.50 0 0.38 240.76 0.33 0.46
Hex 50 4F 9E 31 32 0 26 F1 21 2E
Octal 120 117 236 61 62 0 46 361 41 56
Binary 1010000 1001111 10011110 110001 110010 0 100110 11110001 100001 101110

Color Harmonies of #504F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F9E

Black with #504F9E

Text Example


Text Example

White with #504F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F9E; }

 p { color: rgb(80,79,158); }

 H1.HeaderClassName
 {
   color: #504F9E;
 }
 .AnyTagClassName
 {
   color: #504F9E;
 }
</style>

background-color css

<style>
 a { background-color: #504F9E; }

 a { background-color: rgb(80,79,158); }

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

border-color css

<style>
 span { border-color: #504F9E; }

 span { border-color: rgb(80,79,158); }

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