#50489A

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

Shades of Governor Bay #50489A

Tints of Governor Bay #50489A

Color information

#50489A (or 0x50489A) is unknown color: approx Governor Bay. HEX triplet: 50, 48 and 9A. RGB value is (80,72,154). Sum of RGB (Red+Green+Blue) = 80+72+154=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #50489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50489A is #AFB765. Grayscale: #535353. Windows color (decimal): -11515750 or 10111056. OLE color: 10111056.

HSL color Cylindrical-coordinate representation of color #50489A: hue angle of 245.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50489A is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8072154-
CMYK0.480.5300.40
HSL245.85º36.28%44.31%-
HSV(B)245.85º53.25%60.39%-
XYZ11.468.6731.64-
YUV83.74167.65125.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=26.14%
G=23.53%
B=50.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80721540.480.5300.40245.8536.2844.31
Hex50489A3035028f6242c
Octal12011023260650503664454
Binary1010000100100010011010110000110101010100011110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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