#505689

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

Shades of Governor Bay #505689

Tints of Governor Bay #505689

Color information

#505689 (or 0x505689) is unknown color: approx Governor Bay. HEX triplet: 50, 56 and 89. RGB value is (80,86,137). Sum of RGB (Red+Green+Blue) = 80+86+137=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #505689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505689 is #AFA976. Grayscale: #595959. Windows color (decimal): -11512183 or 9000528. OLE color: 9000528.

HSL color Cylindrical-coordinate representation of color #505689: hue angle of 233.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505689 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8086137-
CMYK0.420.3700.46
HSL233.68º26.27%42.55%-
HSV(B)233.68º41.61%53.73%-
XYZ11.1510.1725.04-
YUV90.02154.51120.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=26.40%
G=28.38%
B=45.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80861370.420.3700.46233.6826.2742.55
Hex5056892A2502Eea1a2b
Octal12012621152450563523253
Binary101000010101101000100110101010010101011101110101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505689; }

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

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

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

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

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

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

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

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