#505686

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

Shades of Governor Bay #505686

Tints of Governor Bay #505686

Color information

#505686 (or 0x505686) is unknown color: approx Governor Bay. HEX triplet: 50, 56 and 86. RGB value is (80,86,134). Sum of RGB (Red+Green+Blue) = 80+86+134=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #505686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505686 is #AFA979. Grayscale: #595959. Windows color (decimal): -11512186 or 8803920. OLE color: 8803920.

HSL color Cylindrical-coordinate representation of color #505686: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505686 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8086134-
CMYK0.400.3600.47
HSL233.33º25.23%41.96%-
HSV(B)233.33º40.3%52.55%-
XYZ10.9410.0823.92-
YUV89.68153.01121.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=26.67%
G=28.67%
B=44.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80861340.400.3600.47233.3325.2341.96
Hex505686282402Fe9192a
Octal12012620650440573513152
Binary101000010101101000011010100010010001011111110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505686; }

 p { color: rgb(80,86,134); }

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

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

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

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

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

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

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