#50568E

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

Shades of Governor Bay #50568E

Tints of Governor Bay #50568E

Color information

#50568E (or 0x50568E) is unknown color: approx Governor Bay. HEX triplet: 50, 56 and 8E. RGB value is (80,86,142). Sum of RGB (Red+Green+Blue) = 80+86+142=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #50568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50568E is #AFA971. Grayscale: #5A5A5A. Windows color (decimal): -11512178 or 9328208. OLE color: 9328208.

HSL color Cylindrical-coordinate representation of color #50568E: hue angle of 234.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50568E is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8086142-
CMYK0.440.3900.44
HSL234.19º27.93%43.53%-
HSV(B)234.19º43.66%55.69%-
XYZ11.5210.3126.97-
YUV90.59157.01120.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=25.97%
G=27.92%
B=46.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80861420.440.3900.44234.1927.9343.53
Hex50568E2C2702Cea1c2c
Octal12012621654470543523454
Binary101000010101101000111010110010011101011001110101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,86,142); }

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

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

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

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

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

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

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