#50508E

Color #50508E Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #50508E

Tints of Governor Bay #50508E

Color information

#50508E (or 0x50508E) is unknown color: approx Governor Bay. HEX triplet: 50, 50 and 8E. RGB value is (80,80,142). Sum of RGB (Red+Green+Blue) = 80+80+142=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #50508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50508E is #AFAF71. Grayscale: #565656. Windows color (decimal): -11513714 or 9326672. OLE color: 9326672.

HSL color Cylindrical-coordinate representation of color #50508E: hue angle of 240º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50508E is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8080142-
CMYK0.440.4400.44
HSL240º27.93%43.53%-
HSV(B)240º43.66%55.69%-
XYZ11.069.426.82-
YUV87.07159122.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=26.49%
G=26.49%
B=47.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80801420.440.4400.4424027.9343.53
Hex50508E2C2C02Cf01c2c
Octal12012021654540543603454
Binary101000010100001000111010110010110001011001111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50508E;
 }
 .AnyTagClassName
 {
   color: #50508E;
 }
</style>
background-color css

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

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

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

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

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

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