#505090

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

Shades of Governor Bay #505090

Tints of Governor Bay #505090

Color information

#505090 (or 0x505090) is unknown color: approx Governor Bay. HEX triplet: 50, 50 and 90. RGB value is (80,80,144). Sum of RGB (Red+Green+Blue) = 80+80+144=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #505090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505090 is #AFAF6F. Grayscale: #575757. Windows color (decimal): -11513712 or 9457744. OLE color: 9457744.

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

Color convert

RGB8080144-
CMYK0.440.4400.44
HSL240º28.57%43.92%-
HSV(B)240º44.44%56.47%-
XYZ11.219.4627.62-
YUV87.3160122.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=26.32%
G=26.32%
B=47.37%

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
Decimal80801440.440.4400.4424028.5743.92
Hex5050902C2C02Cf01d2c
Octal12012022054540543603554
Binary101000010100001001000010110010110001011001111000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505090; }

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

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

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

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

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

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

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

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