#50609F

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

Shades of Governor Bay #50609F

Tints of Governor Bay #50609F

Color information

#50609F (or 0x50609F) is unknown color: approx Governor Bay. HEX triplet: 50, 60 and 9F. RGB value is (80,96,159). Sum of RGB (Red+Green+Blue) = 80+96+159=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #50609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50609F is #AF9F60. Grayscale: #626262. Windows color (decimal): -11509601 or 10444880. OLE color: 10444880.

HSL color Cylindrical-coordinate representation of color #50609F: hue angle of 227.85º 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 #50609F is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8096159-
CMYK0.500.4000.38
HSL227.85º33.05%46.86%-
HSV(B)227.85º49.69%62.35%-
XYZ13.7512.5734.5-
YUV98.4162.2114.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=23.88%
G=28.66%
B=47.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80961590.500.4000.38227.8533.0546.86
Hex50609F3228026e4212f
Octal12014023762500463444157
Binary1010000110000010011111110010101000010011011100100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50609F; }

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

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

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

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

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

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

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

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