#50539C

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

Shades of Governor Bay #50539C

Tints of Governor Bay #50539C

Color information

#50539C (or 0x50539C) is unknown color: approx Governor Bay. HEX triplet: 50, 53 and 9C. RGB value is (80,83,156). Sum of RGB (Red+Green+Blue) = 80+83+156=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #50539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50539C is #AFAC63. Grayscale: #5A5A5A. Windows color (decimal): -11512932 or 10244944. OLE color: 10244944.

HSL color Cylindrical-coordinate representation of color #50539C: hue angle of 237.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50539C is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8083156-
CMYK0.490.4700.39
HSL237.63º32.2%46.27%-
HSV(B)237.63º48.72%61.18%-
XYZ12.410.2932.79-
YUV90.42165.01120.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=25.08%
G=26.02%
B=48.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80831560.490.4700.39237.6332.246.27
Hex50539C312F027ee202e
Octal12012323461570473564056
Binary1010000101001110011100110001101111010011111101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50539C; }

 p { color: rgb(80,83,156); }

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

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

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

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

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

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

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