#50599F

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

Shades of Governor Bay #50599F

Tints of Governor Bay #50599F

Color information

#50599F (or 0x50599F) is unknown color: approx Governor Bay. HEX triplet: 50, 59 and 9F. RGB value is (80,89,159). Sum of RGB (Red+Green+Blue) = 80+89+159=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #50599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50599F is #AFA660. Grayscale: #5D5D5D. Windows color (decimal): -11511393 or 10443088. OLE color: 10443088.

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

Color convert

RGB8089159-
CMYK0.500.4400.38
HSL233.16º33.05%46.86%-
HSV(B)233.16º49.69%62.35%-
XYZ13.1411.3534.3-
YUV94.29164.52117.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=24.39%
G=27.13%
B=48.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80891590.500.4400.38233.1633.0546.86
Hex50599F322C026e9212f
Octal12013123762540463514157
Binary1010000101100110011111110010101100010011011101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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