#50489B

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

Shades of Governor Bay #50489B

Tints of Governor Bay #50489B

Color information

#50489B (or 0x50489B) is unknown color: approx Governor Bay. HEX triplet: 50, 48 and 9B. RGB value is (80,72,155). Sum of RGB (Red+Green+Blue) = 80+72+155=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #50489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50489B is #AFB764. Grayscale: #535353. Windows color (decimal): -11515749 or 10176592. OLE color: 10176592.

HSL color Cylindrical-coordinate representation of color #50489B: hue angle of 245.78º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50489B is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8072155-
CMYK0.480.5400.39
HSL245.78º36.56%44.51%-
HSV(B)245.78º53.55%60.78%-
XYZ11.548.7132.08-
YUV83.85168.15125.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=26.06%
G=23.45%
B=50.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80721550.480.5400.39245.7836.5644.51
Hex50489B3036027f6252d
Octal12011023360660473664555
Binary1010000100100010011011110000110110010011111110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50489B; }

 p { color: rgb(80,72,155); }

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

<style>
 a { background-color: #50489B; }

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

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

<style>
 span { border-color: #50489B; }

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

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