#505390

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

Shades of Governor Bay #505390

Tints of Governor Bay #505390

Color information

#505390 (or 0x505390) is unknown color: approx Governor Bay. HEX triplet: 50, 53 and 90. RGB value is (80,83,144). Sum of RGB (Red+Green+Blue) = 80+83+144=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #505390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505390 is #AFAC6F. Grayscale: #585858. Windows color (decimal): -11512944 or 9458512. OLE color: 9458512.

HSL color Cylindrical-coordinate representation of color #505390: hue angle of 237.19º degrees, saturation: 0.29, 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 #505390 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8083144-
CMYK0.440.4200.44
HSL237.19º28.57%43.92%-
HSV(B)237.19º44.44%56.47%-
XYZ11.449.9127.69-
YUV89.06159.01121.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=26.06%
G=27.04%
B=46.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80831440.440.4200.44237.1928.5743.92
Hex5053902C2A02Ced1d2c
Octal12012322054520543553554
Binary101000010100111001000010110010101001011001110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505390; }

 p { color: rgb(80,83,144); }

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

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

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

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

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

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

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