Html Css Color HEX #50579E Governor Bay

📋 copy color: '#50579E'

red 80 ◦ green 87 ◦ blue 158

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

Shades of Governor Bay #50579E

Tints of Governor Bay #50579E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 24.62%
G = 26.77%
B = 48.62%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50579E (or 0x50579E) is known color: Governor Bay. HEX triplet: 50, 57 and 9E. RGB value is (80,87,158). Sum of RGB (Red+Green+Blue) = 80+87+158=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #50579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50579E is #AFA861. Grayscale: #5C5C5C. Windows color (decimal): -11511906 or 10377040. OLE color: 10377040.

HSL color Cylindrical-coordinate representation of color #50579E: hue angle of 234.62º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50579E is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 87 158 -
CMYK 0.49 0.45 0 0.38
HSL 234.62º 0.33% 0.47% -
HSV(B) 234.62º 0.49% 0.62% -
XYZ 12.89 10.99 33.79 -
YUV 93 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 80 87 158 0.49 0.45 0 0.38 234.62 0.33 0.47
Hex 50 57 9E 31 2D 0 26 EB 21 2F
Octal 120 127 236 61 55 0 46 353 41 57
Binary 1010000 1010111 10011110 110001 101101 0 100110 11101011 100001 101111

Color Harmonies of #50579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50579E

Black with #50579E

Text Example


Text Example

White with #50579E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50579E; }

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

 H1.HeaderClassName
 {
   color: #50579E;
 }
 .AnyTagClassName
 {
   color: #50579E;
 }
</style>

background-color css

<style>
 a { background-color: #50579E; }

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

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

border-color css

<style>
 span { border-color: #50579E; }

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

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