#505784

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

Shades of Governor Bay #505784

Tints of Governor Bay #505784

Color information

#505784 (or 0x505784) is unknown color: approx Governor Bay. HEX triplet: 50, 57 and 84. RGB value is (80,87,132). Sum of RGB (Red+Green+Blue) = 80+87+132=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #505784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505784 is #AFA87B. Grayscale: #595959. Windows color (decimal): -11511932 or 8673104. OLE color: 8673104.

HSL color Cylindrical-coordinate representation of color #505784: hue angle of 231.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505784 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8087132-
CMYK0.390.3400.48
HSL231.92º24.53%41.57%-
HSV(B)231.92º39.39%51.76%-
XYZ10.8810.1923.22-
YUV90.04151.68120.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=26.76%
G=29.10%
B=44.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80871320.390.3400.48231.9224.5341.57
Hex5057842722030e8192a
Octal12012720447420603503152
Binary101000010101111000010010011110001001100001110100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505784; }

 p { color: rgb(80,87,132); }

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

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

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

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

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

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

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