Html Css Color HEX #50509E Governor Bay

📋 copy color: '#50509E'

red 80 ◦ green 80 ◦ blue 158

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

Shades of Governor Bay #50509E

Tints of Governor Bay #50509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 25.16%
G = 25.16%
B = 49.69%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50509E (or 0x50509E) is known color: Governor Bay. HEX triplet: 50, 50 and 9E. RGB value is (80,80,158). Sum of RGB (Red+Green+Blue) = 80+80+158=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #50509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50509E is #AFAF61. Grayscale: #585858. Windows color (decimal): -11513698 or 10375248. OLE color: 10375248.

HSL color Cylindrical-coordinate representation of color #50509E: hue angle of 240º 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 #50509E is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 80 158 -
CMYK 0.49 0.49 0 0.38
HSL 240º 0.33% 0.47% -
HSV(B) 240º 0.49% 0.62% -
XYZ 12.35 9.91 33.61 -
YUV 88.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 80 80 158 0.49 0.49 0 0.38 240 0.33 0.47
Hex 50 50 9E 31 31 0 26 F0 21 2F
Octal 120 120 236 61 61 0 46 360 41 57
Binary 1010000 1010000 10011110 110001 110001 0 100110 11110000 100001 101111

Color Harmonies of #50509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50509E

Black with #50509E

Text Example


Text Example

White with #50509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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