#505688

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

Shades of Governor Bay #505688

Tints of Governor Bay #505688

Color information

#505688 (or 0x505688) is unknown color: approx Governor Bay. HEX triplet: 50, 56 and 88. RGB value is (80,86,136). Sum of RGB (Red+Green+Blue) = 80+86+136=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #505688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505688 is #AFA977. Grayscale: #595959. Windows color (decimal): -11512184 or 8934992. OLE color: 8934992.

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

Color convert

RGB8086136-
CMYK0.410.3700.47
HSL233.57º25.93%42.35%-
HSV(B)233.57º41.18%53.33%-
XYZ11.0810.1424.67-
YUV89.91154.01120.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=26.49%
G=28.48%
B=45.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80861360.410.3700.47233.5725.9342.35
Hex505688292502Fea1a2a
Octal12012621051450573523252
Binary101000010101101000100010100110010101011111110101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505688; }

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

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

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

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

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

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

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

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