#505099

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

Shades of Governor Bay #505099

Tints of Governor Bay #505099

Color information

#505099 (or 0x505099) is unknown color: approx Governor Bay. HEX triplet: 50, 50 and 99. RGB value is (80,80,153). Sum of RGB (Red+Green+Blue) = 80+80+153=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #505099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505099 is #AFAF66. Grayscale: #585858. Windows color (decimal): -11513703 or 10047568. OLE color: 10047568.

HSL color Cylindrical-coordinate representation of color #505099: hue angle of 240º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505099 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8080153-
CMYK0.480.4800.4
HSL240º31.33%45.69%-
HSV(B)240º47.71%60%-
XYZ11.939.7431.39-
YUV88.32164.5122.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=25.56%
G=25.56%
B=48.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80801530.480.4800.424031.3345.69
Hex5050993030028f01f2e
Octal12012023160600503603756
Binary101000010100001001100111000011000001010001111000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505099; }

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

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

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

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

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

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

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

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