#50599E

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

Shades of Governor Bay #50599E

Tints of Governor Bay #50599E

Color information

#50599E (or 0x50599E) is unknown color: approx Governor Bay. HEX triplet: 50, 59 and 9E. RGB value is (80,89,158). Sum of RGB (Red+Green+Blue) = 80+89+158=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #50599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50599E is #AFA661. Grayscale: #5D5D5D. Windows color (decimal): -11511394 or 10377552. OLE color: 10377552.

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

Color convert

RGB8089158-
CMYK0.490.4400.38
HSL233.08º32.77%46.67%-
HSV(B)233.08º49.37%61.96%-
XYZ13.0511.3233.84-
YUV94.18164.02117.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=24.46%
G=27.22%
B=48.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80891580.490.4400.38233.0832.7746.67
Hex50599E312C026e9212f
Octal12013123661540463514157
Binary1010000101100110011110110001101100010011011101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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