#50509f

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

Shades of Governor Bay #50509F

Tints of Governor Bay #50509F

Color information

#50509F (or 0x50509F) is unknown color: approx Governor Bay. HEX triplet: 50, 50 and 9F. RGB value is (80,80,159). Sum of RGB (Red+Green+Blue) = 80+80+159=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #50509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50509F is #AFAF60. Grayscale: #585858. Windows color (decimal): -11513697 or 10440784. OLE color: 10440784.

HSL color Cylindrical-coordinate representation of color #50509F: hue angle of 240º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50509F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8080159-
CMYK0.500.5000.38
HSL240º33.05%46.86%-
HSV(B)240º49.69%62.35%-
XYZ12.439.9534.07-
YUV89.01167.5121.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=25.08%
G=25.08%
B=49.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80801590.500.5000.3824033.0546.86
Hex50509F3232026f0212f
Octal12012023762620463604157
Binary1010000101000010011111110010110010010011011110000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50509f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50509f; }

 p { color: rgb(80,80,159); }

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

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

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

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

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

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

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